How do I let the player post a (simple) feed on facebook, from within my game?
(platform: html5 game, run from a browser, but I might also later try this from the Play Store)
So: player clicks on facebook-icon. After clicking on the facebook icon, several screens and options (I do not know in detail how this looks like, or what options there are) let the player decide to post a message on his/her facebook wall with a text, like "my score with this game was xxx".
This is what I have done so far, without any good result:
I have registered as a facebook app (it's in development mode) and received from FB an APP ID.
I have read the Scirra manual, outdated tutorials and I have experimented.
2 hours later I am writing this forum post.
So far the only thing I could think of trying was:
in C2:
click on icon --> go to url: "https://www.facebook.com/dialog/feed?app_id=MY FB APP ID".[/code:1ddimlhj]
Result: browser goes to facebook. Facebook says:
[i] "you gave an invalid parameter to this feed.
API error code: 100.
API Error Description: Invalid parameter
Error Message: Requires valid redirect URI."[/i]