Click here to Skip to main content
15,888,168 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I want to design a website in which i want that using a textbox say txtUpdate i can update the status to facebook account [by clicking btnUpdate, txtUpdate should be update]

As basic i know that i need to create my own app which i had already done. But i don't know the method of using app by users profiles [Allow/ Don't Allow] type permissions etc.

Now please suggest me a way/method/tutorial to update the status.

Thanks
Posted

First you will need to authenticate with Facebook;
http://developers.facebook.com/docs/reference/javascript/[^]


And you can use the legacy setStatus to do the actually update;
http://developers.facebook.com/docs/reference/oldjavascript/FB.ApiClient.users_setStatus/[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900