-
Notifications
You must be signed in to change notification settings - Fork 807
Invalid Scopes: publish_stream, offline_access. #46
Comments
+1 I've applied the recommended change but I'm still getting the same error. |
https://developers.facebook.com/docs/facebook-login/permissions/v2.5#reference-read_stream Anyway: I changed the scope to 'email' and was able to pass through one error. So, I get the challenge page (Facebook login page); apps failing after this. It looks like, somewhere in the code a function call is being made to facebook that's not permitted by default. If i get sometime, I'll have to setup a debug environment to trace this one out. |
hi, I encounter this problem I was creating codeigniter facebook log in or sign in app , I encounter this problem does any one know how to solve, Invalid Scopes: status_update. 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: https://developers.facebook.com/docs/facebook-login/permissions |
+1 I'm wondering if the project is still active. If not, does anyone know if there is any replacement for Spring Social? |
The spring-social-showcase-sec seems to request unknown scopes from facebook:
Invalid Scopes: publish_stream, offline_access. 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: https://developers.facebook.com/docs/facebook-login/permissions
The text was updated successfully, but these errors were encountered: