I am going to develop a site where I want to subscribe users from facebook.
If the user subscribe successfully then application will post on his wall when something new happen in our site.
can anybody help me about this.
Thank you in advance
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.
you will need to request “publish_stream” permissions from the user. Read the information about ‘publishing’ in this link.
The call will look something like this (using the facebook sdk) :
where $post_details is an array containing pictures, descriptions, links… etc..
Read from the link – it is all explained there…
Good luck!