facebook-sdk-for-unity
facebook-sdk-for-unity copied to clipboard
Too Many Redirects Error
Checklist
- [x] I've updated to the latest released version of the SDK
- [x] I've searched for existing GitHub issues
- [x] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [x] I've read the Code of Conduct
- [x] This issue is not security related and can safely be disclosed publicly on GitHub
Environment
- Unity Editor Version: 2021.3.41f
- Installation Platform & Verison: `[iOS|Android|]
Goals
Trying to get FB login to work on mobile
Expected Results
Login web page should appear.
Actual Results
What actually happened? Can you provide a stack trace?
Steps to Reproduce
- Call FB.LogInWithReadPermissions(new List
() { "public_profile", "email" }, result =>{} - Brower opens and gets stuck on m.facebook
- Note facebook app is not installed on device
Code Samples & Details
I dont understand what changed. FB login worked fine about 6 months ago. No code was changed. I tried updating to the latest SDK and the issue is still hapenning. App ID and client token are all correct. No changes made since it last worked
We seem to have the same issue on certain Amazon devices. Does anybody have any updates on this issue?