Facebook status update through php - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T02:14:50Z http://stackoverflow.com/feeds/question/1016730 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1016730/facebook-status-update-through-php 3 Facebook status update through php Pankaj 2009-06-19T07:19:21Z 2009-06-19T12:07:20Z <p>Hi,</p> <p>I want to develop a bot which will update the status of a facebook account using php.</p> <p>Please guide me on this</p> http://stackoverflow.com/questions/1016730/facebook-status-update-through-php/1016742#1016742 0 Answer by Shoban for Facebook status update through php Shoban 2009-06-19T07:25:08Z 2009-06-19T07:25:08Z <p>Check this question <a href="http://stackoverflow.com/questions/874512/update-facebook-status-from-site">http://stackoverflow.com/questions/874512/update-facebook-status-from-site</a></p> http://stackoverflow.com/questions/1016730/facebook-status-update-through-php/1016743#1016743 0 Answer by Juri for Facebook status update through php Juri 2009-06-19T07:25:10Z 2009-06-19T07:25:10Z <p>Google is your friend :)</p> <p><a href="http://fbcookbook.ofhas.in/2009/02/07/facebook-reveals-status-api-how-to-use-it/" rel="nofollow">http://fbcookbook.ofhas.in/2009/02/07/facebook-reveals-status-api-how-to-use-it/</a></p> http://stackoverflow.com/questions/1016730/facebook-status-update-through-php/1017499#1017499 0 Answer by Mike Heinz for Facebook status update through php Mike Heinz 2009-06-19T11:39:43Z 2009-06-19T11:39:43Z <p>You want to learn the Facebook Connect API.</p> <p><a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect" rel="nofollow">http://wiki.developers.facebook.com/index.php/Facebook_Connect</a></p> http://stackoverflow.com/questions/1016730/facebook-status-update-through-php/1017601#1017601 3 Answer by Colin Pickard for Facebook status update through php Colin Pickard 2009-06-19T12:07:20Z 2009-06-19T12:07:20Z <p>@Porkchop is correct, you will probably need the Facebook Connect API. To update a users status on Facebook, you should look at the <a href="http://wiki.developers.facebook.com/index.php/Status.set" rel="nofollow">Status.set</a> API call.</p> <p>For coding a googletalk bot in php there are some articles that should get you started:</p> <ul> <li><a href="http://www.jazzychad.com/twitter/bots/" rel="nofollow">Twitter PHP Jabber Bot Tutorial</a></li> <li><a href="http://www.thenullpointer.net/blog/jabber-simple-a-php-library" rel="nofollow">Jabber Simple - A PHP library</a></li> </ul> <p>But also consider using <a href="http://www.imified.com/" rel="nofollow">IMified</a>, which does a lot of the work of creating and running chat bots for you.</p> <p><hr /></p> <p>If all you are interested in is a simple way to update your Facebook status from you Google Talk status, you probably don't need to go to all that work - just install the '<a href="http://www.facebook.com/apps/application.php?id=33855239494" rel="nofollow">Google Talk Status Synchronizer</a>' facebook application.</p>