tags:

views:

199

answers:

1

I'm looking for a tutorial for updating Facebook status in PHP. Any suggestions?

+1  A: 

This site has a decent general tutorial of using Facebook with PHP: http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial. Once you're familiar with that, check out the API reference (http://wiki.developers.facebook.com/index.php/API) and look at the status.set or users.setStatus functions.

Michael Mior