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

Facebook Redirect #101

Open
BogdanRad opened this issue Jun 18, 2018 · 2 comments
Open

Facebook Redirect #101

BogdanRad opened this issue Jun 18, 2018 · 2 comments

Comments

@BogdanRad
Copy link

When i try to login at facebook, the facebook app detect this and it's dont open in browser.
image,
When i will press button continue, it's not redirecting to my app :
image
How can I solve this problem? Help me

@mehhh
Copy link

mehhh commented Jun 20, 2018

+1
I noticed that this seems to be happening only when redirecting from the facebook app. If facebook app is not installed and instead facebook.com is opened on the brower(chrome), the redirect works properly.

@DavidKongDesheng
Copy link

DavidKongDesheng commented Jul 4, 2018

@adamjmcgrath same issue here, could you take a look at this? Thanks

------update-------
Hmm my bad, a silly mistake, forgot to change Androidmanifest.xml.

Add below to

<intent-filter>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data android:scheme="fb{your id}" />
</intent-filter>

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

3 participants