Where does one set the Oauth Redirect URI for Facebook apps?

后端 未结 6 1859
灰色年华
灰色年华 2020-12-07 16:30

We are being asked to set the OAuth redirect URI for Facebook (as shown below) in the instructions to set up Google Firebase to use Facebook login.

We clicked in ev

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 17:01

    1- Go to your Firebase Console -> Authentication -> SIGN-IN METHOD -> Facebook. You'll find that link below your App Secret and App ID. Copy it. (It should be something like this: https://your-app-id.firebaseapp.com/__/auth/handler)

    2- Go to https://developers.facebook.com/apps/ -> your app -> Product -> Facebook Login (add it if didn't yet) -> Settings. Past the link you've copied into "Valid OAuth redirect URIs" box.

提交回复
热议问题