After days of searching the forums/net, I still couldn't get this to go away and use the SCORE graph api
{
"error": {
"message": "(#15) This method must be called with an app access_token.",
"type": "OAuthException",
"code": 15
}
}
On the graph api explorer i tried using this (with publish_actions permission activated & POST selected):
https://graph.facebook.com/100003429183160/scores?score=555&access_token=APP_ACCESS_TOKEN
Having no luck :(
I have done the following:
? Set my app as a GAME, the basic info, setup the Auth Dialog
? Setup the Open Graph type, object, aggregation
? Use/Verify the right APP ACCESS_TOKEN (not the user access_token) via Access Token Tool
? Use the publish_actions permission
? Made sure it's using POST as method
? Tried appID|appSecret as an app access_token
? Verified that I indeed installed the app
? Was able to post to a wall via graph api, pull friends list and photos, etc.
Any clues what else could cause this not to run with the Graph API Explorer?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…