We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to use the Tumblr example given on the homepage from the Options page of a Chrome extension:
// Handle Connect button connectButton.addEventListener('click', function() { // Initialize with your OAuth.io app public key OAuth.initialize('Public key'); OAuth.popup('tumblr', function(error, success) { console.log('error', error); console.log('success', success); }); });
After clicking on the button, I get the popup window, but it closes immediately with this error:
Error: The popup was closed at oauth.js:390
Maybe it doesn't like the `chrome-extension:' protocol?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to use the Tumblr example given on the homepage from the Options page of a Chrome extension:
After clicking on the button, I get the popup window, but it closes immediately with this error:
Error: The popup was closed at oauth.js:390
Maybe it doesn't like the `chrome-extension:' protocol?
The text was updated successfully, but these errors were encountered: