I put a like button on my website by following this: https://developers.facebook.com/docs/reference/plugins/like/
The question is, is it possible to have this like button automatically post to the user’s wall after they click it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no way to do that.
Basically, If a user push the like button, a short message that says ‘a user liked [link]’ will be posted to the user’s wall.
And, If you use XFBML or HTML5 version code for the like button, a text input dialog will be shown to the user for posting it to the wall.
That’s all.