spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

Invalid Scopes: publish_stream, offline_access. #46

Open FugDev opened 9 years ago

FugDev commented 9 years ago

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

FugDev commented 9 years ago

I am not the only one..

http://stackoverflow.com/questions/31621926/unable-to-get-spring-social-showcase-boot-working-due-to-facebook-scope

AntonRand commented 8 years ago

+1

I've applied the recommended change but I'm still getting the same error.

muzeebullah commented 8 years ago

https://developers.facebook.com/docs/facebook-login/permissions/v2.5#reference-read_stream ".... 'read_stream' Limited Use This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission. ..."

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.

alimusa80 commented 7 years ago

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

tduchateau commented 6 years ago

+1

I'm wondering if the project is still active. If not, does anyone know if there is any replacement for Spring Social?