Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Facebook app rather than Safari #73

Closed
pcofilada opened this issue Apr 9, 2017 · 3 comments
Closed

Facebook app rather than Safari #73

pcofilada opened this issue Apr 9, 2017 · 3 comments

Comments

@pcofilada
Copy link
Contributor

Is it possible to open Facebook app rather than Safari when logging in?

@adamjmcgrath
Copy link
Owner

The library uses the Linking API to launch the Facebook OAuth dialog and since the url has the https scheme it will open the default browser on your OS.

https://www.facebook.com/v2.8/dialog/oauth?
  client_id={app-id}
  &redirect_uri={redirect-uri}

You might be better off with the official React Native Facebook SDK to do that https://github.com/facebook/react-native-fbsdk

@pcofilada
Copy link
Contributor Author

I see. But how about this one?

img_3777

@adamjmcgrath
Copy link
Owner

No idea, happy to accept a PR if you figure it out

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants