I have an Android game where I wish to publish to FB the user’s result plus a link to the game itself. Since the “message” field is no longer available, how do I go about doing it?
I tried looking at the examples that come with the API but they were of little help.
A nice, simple example would be a real help.
Take a look at https://developers.facebook.com/docs/reference/dialogs/feed/ and make your choice.
As I have answered here: Problem in posting message on facebook wall using android facebook sdk
I would actually post a link and instead of using the message you could use the name, even caption if you would like. Using the name that will be the main text of the link. So you will still get a link to whatever you want.