How To Make Your Facebook Status Appear On Twitter

If you check out my Facebook profile, you’ll notice my status listed in the upper-right corner. Through guile, cunning and a little research (backed up by very little technical know-how) I’ve been able to update that status on Facebook and have that status appear as a Twitter “tweet”.

Wanna know how I did it? Read on!

First off, I scoured Google and found two great resources for doing things I didn’t want to do:

  1. Bjorn’s Facebook Status Updates to Twitter
  2. This hack uses Facebook’s Status RSS feed from your friends and a service called Twitterfeed to push their status (not yours) to Twitter. It’s not ideal because their individual entries/status/identities get munged together under a new Twitter account you create.

    I want to do the opposite. I want MY status on Facebook to be parsed to Twitter as MY twitter identity to those following ME on twitter. That way I only have to update one “status”.

  3. Stuart Robertson’s Twitterbook: Update Twitter using Facebook Status
  4. Stuart wrote a PHP script, Twitterbook, that you could run from your blog host and send updates to both sources from that script. Useful, but if you’re already logged into one or both services, why not take advantage of their systems?

So here are the steps I took:

  1. Go to Facebook your profile
  2. Under your Mini-Feed click “See All”
  3. Click on Status Stories
  4. You will see a link labeled “My Status” under the View menu, copy this URL
  5. Go to Twitterfeed (no need to create a new Twitter account per their instructions, you’ll be using your own) and login (you many need an OpenID)
  6. Set all the settings (your Twitter username/password and how often you’d like Twitterfeed to check your Facebook status)
  7. Update your Facebook status and see that it posts to Twitter

There are some minor quibbles with this method.

First, you’re giving your login information to twitterfeed, which is less than ideal. Second, they’ll only check once every 30 minutes, so your “tweets”/status updates might be a little delayed. Lastly, the RSS that Facebook publishes as your status includes the prefix “[First Name] is” so your Facebook-derived statuses/Twitter tweets all sound like you’re speaking in the third person.

Having said that, if you’re someone who doesn’t want to do multiple status updates (or even run the Twitter app in Facebook and copy/paste all your status updates), this is a good solution.

Enjoy Facebook and Twitter; I’ll be looking for your status!

4 thoughts on “How To Make Your Facebook Status Appear On Twitter

  1. I’m gonna try this when I get home, though I do have both Twitter and Facebook populating my “lifestream” site, and that needs all the meta content it can get

    Maybe some php $string search could strip out “Seth is”?

  2. Defining “Is”…

    I’m not really trying to re-hash the Clintonian parsing of the verb of being, I just like the allusion.
    Instead, I’m here to tell all you troubled souls – 66,523 members at my most recent count – that your efforts, our efforts, have not bee…

  3. chris says:

    Exactly how do you get the status to appear on Twitter, though? I did the PHP thing, and hosted it on my server, but then what?

Leave a Reply