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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
my code
const manager = new OAuthManager('jp.topical'); const config = { twitter: { consumer_key: TWITTER_COMSUMER_KEY, consumer_secret: TWITTER_CONSUMER_SECRET }, }; manager.configure(config); manager.authorize('twitter',{scopes: 'profile,email'}) .then(loginData => { ... }).catch(err => { console.log(err); });
debugger not show anything. "react-native": "0.53.3", "react": "16.2.0", "react-native-oauth": "^2.1.18",
The text was updated successfully, but these errors were encountered:
i fixed. add http://localhost/twitter to Callback URLs in Twitter Apps
http://localhost/twitter
Sorry, something went wrong.
This issue should be closed :) @hapo-hoangnh
Doesn't resolve, need to help!
No branches or pull requests
my code
debugger not show anything.
"react-native": "0.53.3",
"react": "16.2.0",
"react-native-oauth": "^2.1.18",
The text was updated successfully, but these errors were encountered: