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.

The Facebook Game "SongPop" has an aggregate of "Most Victories" appear on a person's timeline. The presentation is in the form of a bar chart.

SongPop Most Victories Aggregation on Timeline

I'm guessing that this has been created by submitting an object to the Open Graph each time a user experiences a "Victory", and then Facebook will aggregate these for the timeline.

I'd like to know: How can I do the same? Which object, actions or API can I use?

(I'm using both the Javascript and PHP SDKs and am indifferent as to which one is used to make the submission - an answer which provides a solution in terms of a POST to an Open Graph URL would do nicely).

share|improve this question
Same here. Maybe someone from FB can answer? – D. Can Celasun Nov 6 '12 at 14:51

1 Answer

This is Profile data (https://developers.facebook.com/docs/opengraph/objects/builtin/#external_profile) used with Win action type in list layout form style. Sort by favorite and caption line is something like {count} victories

Hope that helps. Thanks

share|improve this answer

Your Answer

 
discard

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

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