Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using Facebook score api to save scores for my Flash application integrated as an App under "Game" category on Facebook.

Using the Facebook score API, I am able to submit score successfully. But, when I ask for Game leaderboard, it only returns the JSON with the score just posted for the current user even though the game has been played by more than one user on multiple occasions.

Any idea?

share|improve this question

closed as not a real question by Bohemian, Jai, valex, Ridcully, Anoop Vaidya Jan 21 at 7:59

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

if i remember docs well scores are returned for friends player

share|improve this answer

Read the scores documentation again:

You can read the set of scores for a user and their friends for your app by issuing an HTTP GET request to /APP_ID/scores with the user access_token for that app. This returns a list of the latest scores for the user and their friends who have authorized the app. You can use this call to generate a leaderboard for the user and their friends.

So, make that API call and you'll receive any current score for the current user and their friends

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.