-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Issue when authorizing #1
Comments
Thanks, will check. Any hints on reproducing? |
Also, I recommend doing OAuth1 entirely server-side, just passing the result from getResourceOwnerAuthorizationURI to the app to show the authentication web page, and then passing the callback query back to the server. For the callback url that contains the result query, for Twitter, use:
|
To reproduce the issue just use the example code you kept in Readme.md file |
The example code is using PIN based authentication, and command line input. Using command line input may be what's failing for you under Flutter. |
To get the regular auth url. |
The text was updated successfully, but these errors were encountered: