Facebook延长许可 [英] facebook extended permission

查看:106
本文介绍了Facebook延长许可的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在developers.facebook.com中创建了一个示例测试应用程序来访问我的WebApplication中的Facebook帐户的通知。
当我尝试通过导航到这个url来获得acces说出来

i have created a sample test app in developers.facebook.com to access notifications for a facebook account in my WebApplication. When i try to get the accesstoken by navigating to this url

https://graph.facebook.com/oauth/authorize?client_id="+clientId+"&redirect_uri="+redirectURI+"&scope=manage_notifications

从我的Facebook帐户第一次我得到oauth对话框,在我登录我的Facebook登录ID和密码。然后弹出窗口显示告诉我该应用程序需要访问您的基本配置文件的详细信息。然后当我点击确定,我有一个弹出窗口要求我授权这个应用程序的管理通知。当我点击确定,我被重定向到我的网络应用程序主页,我可以看到我的帐户的所有通知的列表。

from my facebook account for the first time i get oauth dialog where in i login with my facebook login-id and password. Then a popup appears telling me that the app requires access to your basic profile details. Then when i click ok i get one more popup asking me to authorize manage_notifications for this app. When i click ok i am redirected to my web application homepage where i can see list of all notifications for my account.

现在,当我尝试导航到上述url和在oauth对话框中,如果我使用另一个Facebook帐户登录,我只得到一个弹出窗口,说应用程序需要访问我的基本配置文件详细信息,但不需要访问请求manage_notifications的弹出窗口。当我点击确定,我被重定向到我的webapp主页。我收到一条错误消息,表示我没有扩展权限 - manage_notifications

Now when i try to navigate to the above url and at the oauth dialog, if i login with another Facebook Account i get only a popup saying that the app requires access to my basic profile details but not the popup requesting manage_notifications. And when i click ok i am redirected to my webapp homepage. And i get an error message saying i dont have extended permissions - "manage_notifications"

我如何访问我的Web应用程序中的任何用户的通知。

How do i access notifications for any user in my web application.

推荐答案


  • public_profile

  • user_friends

  • 电子邮件

需要Facebook的评论之前你可以公开使用它们。请参阅 https://developers.facebook.com/docs/apps/review/login #do-you-need-review

require a review of your app by Facebook before you can use them publically. See https://developers.facebook.com/docs/apps/review/login#do-you-need-review

这篇关于Facebook延长许可的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆