I'm wondering how to feed an Game Activity on facebook from my mobile application(android game).
I know hot to make a post in the wall in facebook but I want directly to post in GameActivity not on the wall. For example here (Game Activity Facebook) are apps wich one do that. Have anyone tried to integrate your mobile application with this activity ?
Okey, I have found Graph API and now I'm wondering if i cand feed from graph not from dialog. for example i got editor Graph API Explorer BUT... I have no idea how to use it ;/ The problem is in that, how to feed (post) from application to facebook so that the entry is visible in 'Game Feed' on Facebook
I'm using comend:
100000291400297/feed?link=http://example.com/embed/&access_token=USER_ACCESS_TOKEN& app_id=503449429707505 &type=game&url=http://example.com/embed/& title=Tutul Aplikacji& description=opis aplikacji
and it's not working cus the result is:
Me shared a link via Device.
I want to make somethink like:
Me scored some points in game SomeGame.
Thank you in advance for your help.