Update facebook status using twitter

  • 0
You can use the twitter application on facebook to update your status.
In its settings you will find status update option. Enabling it allows anything you post on twitter to automatically be set as your status.



Once you have twitter and facebook connected you can start using your terminal to update your status. Using curl of course. (sudo apt-get install curl for ubuntu users)
curl -u username:password -d status="Your Post" http://twitter.com/statuses/update.xml
Change user name and password obviously.

No comments:

Post a Comment