-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Sorry, something went wrong" displays instead of login dialog #1157
Comments
@penelopearaujo The Have you followed all the steps shown here to configure your app for Facebook Login? If you have, please reach out to Facebook Developer Support so they can help debug your specific issue). |
I am also experiencing the same issue here, Please help |
@edcastparesh If you could provide some more specifics (SDK version, etc.) I can look into it. |
I am also experiencing the same issue here, Please help |
I also have the same issue. It is working with Xcode 10 but not in Xcode 11 |
Thanks, @robtimp! I downgraded my FBSDKLoginKit to version 5.8.0 and it worked. |
@robtimp just wondering if you closed this issue because downgrading fixed it? |
For me the issue was that I had requested invalid permissions in the login button:
When the correct way to request name and picture was simply:
|
@f3z0 take my cordial love 💕 ❤️ |
Thanks you saved my day : ) |
This problem/error is still present in 2023 on Windows. SDK V17.0 |
in my case I had to add read public email permission |
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
11.2.1
5
Cocoapods 1.8.4
Report
I want to be able to login into my app using my Facebook account. However, when I tap the login button, the window shows a Facebook page telling "Sorry, something went wrong" and I don't even get to the actual login page. My log shows this error:
Steps to Reproduce
Simply tap the login button.
The text was updated successfully, but these errors were encountered: