views:

59

answers:

2

Hi ,

Am not sure there is a feature like ,

automatically update twitter tweet in to facebook ,

May i know is there any like automatic update ,

For Should i use API or CURL , or anything else ,

Thanks

just i find one thread from google

link text

Is there any thing else then this thread...

+2  A: 

You can do it using the twitter application on facebook. There is more helpful information here

Shadi Almosri
Hi , twitter and facebook connects working fine,but i want tweet updates in the FB News Feed page ,At present updates showing only in this location http://apps.facebook.com/twitter/,
Bharanikumar
If you set the twitter facebook application to post to your wall it will. I think that is the default. If it is not working ofr you, try removing the applicaiton and then re-adding it with the default settings.
MrHinsh
A: 

There are a couple existing ways to do this. As Shadi suggested you can use the official twitter app. or if you would like more control on what is sent to facebook you can use tweelay.net (full disclosure: i am the sole developer of tweelay)

If you wanted to roll your own:

I suggest using the Twitter Streaming API backed up by a standard statuses/home_timeline call from a cron job every minute or so to grab tweets. then with the tweets you can send them to facebook using the Graph API.

There are several existing libraries that can be used to get you started.

Jayrox