Sudden Facebook Login issue

My Bubble app’s Facebook integration was working perfectly until an hour ago (using Bubble’s standard plugin), however, now I’m suddenly getting these errors:

First error: “Invalid Scopes: user_link. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: Permissions Reference - Graph API - Documentation - Meta for Developers

image

Then (after pressing “Okay”):
{“statusCode”:400,“body”:{“status”:“ERROR”,“message”:“Missing state from oauth provider”}}

Any ideas?

3 Likes

Had exactly the same issue. Was working perfectly now getting the same error.

getting the same problem too, there is also another thread going with the same problem and a couple people have reported it as a bug to bubble - fingers crossed its fixed soon!

I have sent an email to Bubble support.
No resolution or workaround yet though…

same issue…hmmm…I should do the integration myself but I was lazy with this one. any ETA @eve? thank you!

I am having the same issue. Does anyone have a solution for this?

From my diagnosis, the URL which is being used for the redirect seems it have characters that should not be in it. Look at the end of the URL it will show “scope=email%2Cuser_link”
If you remove the characters after “email” then it works.

I’m having the same issue, but I am just implementing it so I can’t compare to previous behavior. Looks like a bug to me.

Update: I submitted it as a bug here: Facebook social login bug

The Bubble team has implemented a solution: within the plugin settings you can now specify whether you want the User URL included (if you don’t have the permission, switch this off):

However, I’m now getting a new error:

https://www.facebook.com/dialog/oauth?client_id=…&scope=emailuser_link

Now there seems to be an issue with the way the scope parameter is passed:
When I manually change “&scope=emailuser_link” to “&scope=email”, it works.

All resolved now - thanks to a Bubble bug fix.

This topic was automatically closed after 70 days. New replies are no longer allowed.