vote up 3 vote down star
1

Hi,

I want to develop a bot which will update the status of a facebook account using php.

Please guide me on this

flag

4 Answers

vote up 3 vote down

@Porkchop is correct, you will probably need the Facebook Connect API. To update a users status on Facebook, you should look at the Status.set API call.

For coding a googletalk bot in php there are some articles that should get you started:

But also consider using IMified, which does a lot of the work of creating and running chat bots for you.


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 'Google Talk Status Synchronizer' facebook application.

link|flag
vote up 0 vote down

Check this question http://stackoverflow.com/questions/874512/update-facebook-status-from-site

link|flag
vote up 0 vote down

Google is your friend :)

http://fbcookbook.ofhas.in/2009/02/07/facebook-reveals-status-api-how-to-use-it/

link|flag
hi, but where i can download this code and one more issue i want it to work like twitter oauth. I should provide my details once and then it should be able to update the status through my gtalk.Please guide – Pankaj Jun 19 at 7:37
1  
Guiding ... that way >>>> – stefanB Jun 19 at 7:42
That link describes how to update status from within a facebook application. The OP is asking about a creating a chatbot in PHP. – Colin Pickard Jun 19 at 11:46
also, there is such an application already available on facebook... facebook.com/apps/application.php?id=33855239494/… – Colin Pickard Jun 19 at 11:50
vote up 0 vote down

You want to learn the Facebook Connect API.

http://wiki.developers.facebook.com/index.php/Facebook_Connect

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.