Description
Description
I have used facebook signin with amplify flutter in my android app with cognito user pool integration and it was working.
Now, after a few months of launching the android app, my facebook app has been rejected by them stating that they have not been able to locate a facebook login in my website (which I had given as callback url - as explained below).
My relevant configuration of facebook app is as follows:
-
Platform: website (as instructed on amplify flutter doc page https://docs.amplify.aws/gen1/flutter/build-a-backend/auth/add-social-provider/#setup-your-auth-provider )
-
site url (field under website): I tried to use callback url (https://www.mysite.com/oauth2/idpresponse) as stated by some online resources, but facebook rejected it.
So how to correctly configure the facebook app for my case?
Specifically:
- should I add android platform (with key hash, package name and class name)?
- should I delete website platform after adding android platform?
- if website platform is needed, what should be the site url? Will aws cognito user pool hosted ui url work there?
Categories
- Analytics
- API (REST)
- API (GraphQL)
- Auth
- Authenticator
- DataStore
- Notifications (Push)
- Storage
Steps to Reproduce
NA
Screenshots
No response
Platforms
- iOS
- Android
- Web
- macOS
- Windows
- Linux
Flutter Version
3.3.9
Amplify Flutter Version
1.0.0
Deployment Method
Amplify CLI (Gen 1)
Schema
No response