Update facebook status from site - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T17:28:30Z http://stackoverflow.com/feeds/question/874512 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/874512/update-facebook-status-from-site 0 Update facebook status from site Shubhada 2009-05-17T12:27:30Z 2009-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#874537 0 Answer by dasha salo for Update facebook status from site dasha salo 2009-05-17T12:45:25Z 2009-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>