react-native-oauth
react-native-oauth copied to clipboard
A react-native wrapper for social authentication login for both Android and iOS
Login with twitter gives an error "Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings". Previously this was working fine. My...
First, thanks you for made this convenient library. It has large surpporting provider, helpful and is the first choice of us when starting. Although really sad for this feedback, but...
Any example how can i use this package to add custom provider working on OAuth1.0a and signature method HMAC-SHA1. Is it possible? Any parameters for `oauth_signature_method` where can i specify...
I've followed the readme. I did all the steps, except for the last one (Adding URL schemes). But I believe url scheme isn't the problem here. I went ahead and...
After authorizing with Twitter, I get stranded on the following screen:  Because I'm not automatically navigated back to the app, if you...
Howdy! iOS Facebook auth works great. In Android, both on the simulator and on a real device I'm getting this error page from Facebook:  What am I doing wrong?...
Hi, i'm working in a app for visualize your github profile, and this library helped me so much. So, i'm leaving this readme for help the other devs that could...
Hello, I saw that you've already closed a few issues regarding this topic, but I don't think its been adequately addressed. The client_secret for an OAuth 2.0 application should never...
Hi all Running RN 47.2 with iOS 9. Followed the readme and compile all works fine except authorize. Getting some kind of weird error after successful login and callback. Not...