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?