react-native-oauth
react-native-oauth copied to clipboard
A react-native wrapper for social authentication login for both Android and iOS
` error: cannot find symbol import com.github.scribejava.core.exceptions.OAuthConnectionException; ` `error: package android.support.annotation does not exist import android.support.annotation.Nullable;`
I 'm trying to link my app with react-native-Oauth , While linking, got an error . Please help me !! I'm new to programming , don't know how to clarify...
Judging from the conversation in #64 it appears that the customization functionality could only be used to add new 2.0 providers. Indeed, looking at the [`getApiFor10aProvider` method in `OAuthManagerProviders`](https://github.com/fullstackreact/react-native-oauth/blob/master/android/src/main/java/io/fullstack/oauth/OAuthManagerProviders.java#L42), it's...
When trying to add a provider for JIRA OAuth 1.0, the native Java code crashes on a Null Pointer Exception on `oauth10aService.getRequestToken()` (line `240` in `OAuthManagerFragmentController$LoadRequestTokenTask`). The stack trace is...
I want to prompt login popup every time login, but Facebook login didn't ask for login, only one time it will ask, How can I log out from Facebook or...
Looks like using `manager.authorize('google',{scopes: 'email,profile'})` but it doesn't work at all on Android. Do we have any solution for it?
I'm having the exact same issue as #202. Copy-pasta:  This is only on Android. iOS works fine. It seems the issue is related to the default callback: `http://localhost/facebook`. Facebook...
After I'm successfully logged in to facebook for example. How do I extract the user name, email? Thank you.