The users of the website I'm building should be able to publish a title, a picture and a link on their facebook wall.
I found many questions on the subject, but no decent answer...
|
The users of the website I'm building should be able to publish a title, a picture and a link on their facebook wall. I found many questions on the subject, but no decent answer... |
|||
|
|
|
The easiest way I've found is to use the JavaScript SDK: http://developers.facebook.com/docs/reference/javascript/ http://developers.facebook.com/docs/reference/javascript/FB.ui/ Load it up:
Use the FB.ui method in your JavaScript file (fill in your data accordingly):
|
|||||
|