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

I think I've finished integrating react-native-oauth into my app, but I'm seeing an unexpected prompt, "Open this page in APP_NAME?", in the authorization flow. I want to confirm whether this...

Hi Everyone. If Facebook and Twitter app exist in my phone. I want to open Facebook and Twitter app for permission instead of web. How to do this?

Hi, there, I have an issue related to Facebook Login. The login was done successfully, but after logging in, it doesn't return email. Here's what I did. ... manager.authorize('facebook', {scopes:...

Fix needed for allowing the support of custom headers when doing this.manager.makeRequest example usage return this.manager.makeRequest(provider, url, { method, headers: { 'custom-header-1': 'foo', 'custom-header-2': 'bar' }, params }); Joint work...

![image](https://user-images.githubusercontent.com/15849997/45116150-d3445580-b149-11e8-812e-8f40036f34a6.png) This happened after switching to live mode on the facebook console.

Work with target and compile SDK above 26 requires to raise target SDK API not less than 26.

I'm testing on Nexus 5 screen and buttons on Facebook/Google sign in page are out of the screen, and you need to scroll horizontally to press them. I'm sure there...

Looks like there is an issue when using custom providers with android. On call back I see a GET request going out, which OAuth20Service.getAccessToken then throws an error and breaks...

I am trying to authorize with google and follow readme as well. but I just misunderstand with callback_url: `[IOS SCHEME]:/google` inside configure. what's ios scheme?. and how to input it...