react-native-oauth icon indicating copy to clipboard operation
react-native-oauth copied to clipboard

A react-native wrapper for social authentication login for both Android and iOS

Results 106 react-native-oauth issues
Sort by recently updated
recently updated
newest added

Completed the README instructions, so I'm trying to build and `react-native run-ios` but: ``` ** BUILD FAILED ** The following build commands failed: CompileC .../warble/ios/build/Build/Intermediates.noindex/OAuthManager.build/Debug-iphonesimulator/OAuthManager.build/Objects-normal/x86_64/OAuth2Client.o OAuthManager/OAuth2Client.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler...

Anybody try with salesforce oauth?

Apart of the IOS setup, there's instruction on how to modify `ios/AppDelegate.m` to setup a callback however, I'm not seeing this file anywhere in the solution. Thoughts?

Hi, is this project still alive? I tried this library, but I got Invalid_scope error, I tried all the suggestions from this link:https://github.com/fullstackreact/react-native-oauth/issues/61, but still the same issue, this is...

Hello, I'm new here! I would like to know if it's possible to run Reddit OAuth... I'm trying a lot but my app always crash on authorize granted... The docs...

Actually the refresh token could not be retrieved from JS on android. This makes token renewal impossible.

Hi! In iOS you can't set additional headers because [request.HTTPHeaders mutableCopy] return a nil object that can't set additional values.

Hi, I'm trying to use the function `deauthorize` for facebook and google. I expect that after I doing logout through that, when I'll try to login to facebook or google,...

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 => {...

### Steps to reproduce Launch app with react-native-oauth in iOS (simulator can reproduce) ### Expected behavior No Yellow Box Warning ### Actual behavior Yellow Box Warning ### Environment iOS "react":...