【发布时间】:2012-01-01 21:06:17
【问题描述】:
我有一个问题,我正在尝试使用从
获取的令牌在页面上发帖https://graph.facebook.com/oauth/access_token? client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET& grant_type=client_credentials
我猜该应用程序有权在该页面上发布,但是当我尝试发布时,我收到以下错误
{
"error": {
"message": "(#200) The user hasn't authorized the application to perform this action",
"type": "OAuthException"
}
}
如何验证权限?
基本上,我希望能够在不要求用户登录的情况下作为页面发布到页面,如果有人可以帮助我,那就太好了!
【问题讨论】:
标签: facebook facebook-graph-api oauth