【发布时间】:2016-04-08 01:22:18
【问题描述】:
我正在从 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中搜索。
【问题讨论】:
标签: spring spring-social django-socialauth python-social-auth