SocialAuth : Invalid Scopes: read_stream

13 views
Skip to first unread message

Ravikumar Maddi

unread,
Jan 5, 2016, 12:48:54 AM1/5/16
to socialauth-users

I am implementing signup for my application and trying to capture user primary data(first-name, last-name.... ) from facebook.

I am using latest SocialAuth spring library: socialauth-spring-2.6.jar

And I just fallowing sample application given by socialauthdemo application.

My url is:

https://www.facebook.com/dialog/oauth?
client_id=216531348684064&
response_type=code&
redirect_uri=http%3A%2F%2Fwww.mobily.com%3A8080%2FCustomerRegistration%2Fsocialauth.do&
scope=publish_actions%2Cpublic_profile%2Cemail%2Cuser_birthday%2Cuser_location%2Cuser_photos%2Cuser_friends%2Cread_stream

I am getting error this:

Invalid Scopes: read_stream. 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

I check all my workspace, where all these scoped defined, but I am not able to find them. Even I search in socialauth-spring-2.6.jar, socialauth-4.10.jar also.

Ravikumar Maddi

unread,
Jan 5, 2016, 2:20:34 AM1/5/16
to socialauth-users
Resolved by specifying 

graph.facebook.com.custom_permissions=public_profile

in my properties file. where I specified all my keys, securityId are declared.
Reply all
Reply to author
Forward
0 new messages