When my friends are playing Facebook-based games, I see "Friend's Name is playing Game's Name" in the news ticker. How can I achieve the same functionality for an iOS Game? Is there a special way of doing this, or is it just done using the Open Graph actions and objects?
Asked
Active
Viewed 129 times
0
-
Like this? http://stackoverflow.com/questions/8548384/posting-to-the-facebook-game-ticker – legoscia Aug 29 '12 at 15:45
-
the answer at the link only talks about publishing scores and achievements (which i've already implemented). i am trying to create the exact string "x is playing y" in news ticker. – Can Poyrazoğlu Aug 29 '12 at 16:12
-
Those are automatic 'discovery stories' - you can't post them manually – Igy Aug 29 '12 at 16:14
1 Answers
1
Those are automatic 'discovery stories' - you can't post them manually

Igy
- 43,710
- 8
- 89
- 115
-
didn't know the name of it, so I'll be using Open Graph to *imitate* discovery stories manually. thanks. – Can Poyrazoğlu Aug 30 '12 at 08:10
-