posting scores not working/ gives “Invalid OAuth access token signature.”

痴心易碎 提交于 2019-12-23 04:38:26

问题


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"});

回答1:


In your facebook app settings change authentication to web instead of naitve. See https://developers.facebook.com/bugs/284578241552780



来源:https://stackoverflow.com/questions/9348860/posting-scores-not-working-gives-invalid-oauth-access-token-signature

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!