Update facebook status from site - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T17:28:30Zhttp://stackoverflow.com/feeds/question/874512http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/874512/update-facebook-status-from-site0Update facebook status from siteShubhada2009-05-17T12:27:30Z2009-05-17T12:45:25Z
<p>In my site page one text box and publish button.
When i clicked on button which is a text in text box its published on facebook as status.
For this update status user have to allow this application on facebook.
Once user allow this application whenever user clicked publish that text will update status of facebook.
and also user need not to login agian and agian to facebook. Its done internally</p>
<p>like update facebook status from twitter.
I am new in php.
is there any easy solution?</p>
http://stackoverflow.com/questions/874512/update-facebook-status-from-site/874537#8745370Answer by dasha salo for Update facebook status from sitedasha salo2009-05-17T12:45:25Z2009-05-17T12:45:25Z<p>If you only want to update the user status information you don't need to create a Facebook application. You can do it with PHP Curl library. Look at the example here - <a href="http://codesnippets.joyent.com/posts/show/1204" rel="nofollow">http://codesnippets.joyent.com/posts/show/1204</a></p>