【问题标题】:SocialAuth : Invalid Scopes: read_streamSocialAuth:无效范围:read_stream
【发布时间】: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


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2016-04-12
      • 2019-06-18
      • 1970-01-01
      • 2021-03-29
      • 2018-12-06
      • 1970-01-01
      • 2015-10-08
      • 2020-06-05
      • 1970-01-01
      相关资源
      最近更新 更多