android - How to use Facebook deep linking in react-native app? -


i'm trying use deep linking authorize user through facebook oauth.

i send user browser via https://www.facebook.com/v2.10/dialog/oauth?&client_id=x&scope=y&redirect_uri=myappname://authorize

but gives me:

enter image description here

how solve this? please!


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -