发布分数不起作用/给出“无效的 OAuth 访问令牌签名。”
这有什么问题吗?
FacebookDesktop.api("/me/scores",callBack,{access_token:appAccessToke,score:100}, "POST")
应用程序具有以下权限:publish_stream、publish_actions
应用程序被分类为游戏 应用
程序是使用 AIR 构建的 应用程序访问令牌通过以下方式获取:
FacebookDesktop.api("/oauth/access_token", getAccessTokenHandler,{client_id:"xxxxxxx",client_secret:"yyyyyyyyyyyyyyyyy",grant_type:"client_credentials"});
whats wrong in this?
FacebookDesktop.api("/me/scores",callBack,{access_token:appAccessToke,score:100}, "POST")
app has the following permissions: publish_stream,publish_actions
app is categorized as Games
app is built using AIR
app access token is obtained thisway:
FacebookDesktop.api("/oauth/access_token", getAccessTokenHandler,{client_id:"xxxxxxx",client_secret:"yyyyyyyyyyyyyyyyy",grant_type:"client_credentials"});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 Facebook 应用程序设置中,将身份验证更改为 Web,而不是 naitve。请参阅https://developers.facebook.com/bugs/284578241552780
In your facebook app settings change authentication to web instead of naitve. See https://developers.facebook.com/bugs/284578241552780