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 developing a game in which users gain points in different skills. These points are simply accumulated as the user plays the game - they're stored persistently on our servers and continue where they left off whenever the user logs in to our game and gains more points.

In the docs for Facebook scores (especially here), all the examples seem to be working from the assumption that the score is a high score - i.e. the user's score from one single instance of playing the game, which may or may not be surpassed next time they play the game. This is not how our game works. If we were to publish the total number of points a user has across all of their skills (for instance) as OpenGraph scores, would Facebook erroneously publish these stories as "high scores"? Is the scores API intended for this type of constantly accumulated 'score' at all? Is there any way to customize how these stories show up?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.