Facebook.useAuthRequest problem with redirect on standalone android app

  1. SDK Version: 40.0.1
  2. Platforms(Android):

We are having exactly the same issue with @maximus10beograd in this post

Since that issue is locked we couldn’t reply, so I opened a new one.

@sjouljian can you post more info on the changes you made, that fixed it for you?

1 Like

Inside App .tsx, or wherever I want to configure the Facebook login, I add from 'react-native import { useAuthRequest, makeRedirectUri, The popup that appears when creating a new app, depicting three options with the question us to query if we’ve launched from the expo client or a standalone app .

Did you have a fix on this issue? I have the same problem with Facing same issue but no response from anyone and couldnt find this topic troubleshooting in google.

Forgot to add the app.json config

{
  "expo": {
    "name": "fooooo",
    "icon": "./public/demoicon.png",
    "version": "0.0.1",
    "slug": "fooooo",
    "android": {
      "package": "com.fooooo",
      "versionCode": 1
    },
    "scheme": "com.fooooo",
    "owner": "fooooo",
    "facebookScheme": "fb1111111111111111111",
    "facebookAppId": "1111111111111111111",
    "facebookDisplayName": "fooooo app"
  }
}

Even with the suggested change in the post I mention in the description, we could not get it to work.

As for your problem @bungana please send a screenshot and provide some more info, to see if I can be of help! Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.