SocialAuth:无效的范围:read_stream

时间:2016-01-04 12:19:03

标签: spring spring-social django-socialauth python-social-auth

我正在从facebook实施注册。

我正在使用最新的SocialAuth spring库:socialauth-spring-2.6.jar

我刚刚停止了socialauthdemo应用程序提供的示例应用程序。

我的网址是:

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

我收到错误:

  

无效的范围:read_stream。此消息仅向开发人员显示。   如果存在,您应用的用户将忽略这些权限。请   阅读文档以获取有效权限:   https://developers.facebook.com/docs/facebook-login/permissions

我检查了我的所有工作区,所有这些作用域定义了,但我无法找到它们。甚至我也搜索socialauth-spring-2.6.jar,socialauth-4.10.jar。

1 个答案:

答案 0 :(得分:2)

read_stream已被弃用,请查看here。我建议从简单的事情开始,例如public_profileemail