this is my first post and im close to a breakdown! Im trying to figur this out for 2 days already and im not sure what I'm doing wrong, and I can't find an answer anywhere.
I'm coding a facebook game and want to store the "scores" for its users. Kinda simple I thought. For this I have two user-accounts playing the app. So far I am able to GET and POST the score for the logged in user. However I cannot find a way to GET the scores of his friend(s). In the Facebook dev description it states that the ("uid/scores") request should return both, scores from the user and its friends, but it doesnt. Also trying "friend-ID/scores", aswell as "friend-ID?field=scores" wont return anything more than:
{
"data": [
]
}
I tried nearly all combinations of app-permissions, poking around in the Graph-API-explorer with wild combinations of app_token and access_token requests, user-id and app-id, but nothing comes of it. The data returned is always empty.
What am I doing wrong? What permissions does my APP need so I can GET my friends score for my app(game)? Is it because the game is still in developement/not approved yet? What graph command do I have to send? Has anybody been successfull with getting friends scores?
thanks in advance! :-)
friends_games_activitypermission? – CBroe Oct 30 '12 at 16:21