I am developing an android game integrated with facebook api. how can is post my score in game to facebook wall.
I looked at open graph but could not figure out how to make it work.
Cheers, T_T
That's the code I use:
final Bundle params = new Bundle();
params.putString("message", "message to show on the user's wall");
params.putString("picture", "picture url");
params.putString("link", "link - (I put market link here)");
params.putString("name", "Link name");
params.putString("description", "description bellow the link");
Then call:
this.mFacebook.request("me/feed", params, "POST");
You can read more here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With