I have a game on my website and I want to share the score on wall facebook account wall. I have searched and found that it can be done with facebook connect, but through facebook connect I am able to share only URL of any page. So can anyone kindly help me and tell how share score and my custom message through facebook connect. Thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
To make a custon message, you would need a Dialog. You can see about them in here: http://developers.facebook.com/docs/reference/dialogs/ http://developers.facebook.com/docs/reference/dialogs/feed/ The second link is an extension for what you want. Just fill the data you want/need about your highscore, and it will be ready to display! |
|||
|
|
|
It is not necessary to use a dialog. You can make a direct request to the facebook url using the open graph API. Take a look at https://developers.facebook.com/docs/reference/api/#publishing |
|||
|
|