I am wondering if the twitter API supports the following:
Whenever I make a post to my twitter account – it also calls a specific URL which I define so I can do something else?
Thanks very much,
Andy
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t look Twitter supports this in their current API, however it wouldn’t be difficult to create using a service which follows an RSS feed. In this case, you’d just have to wait for the RSS feed to update, and call whatever function you require.
E.g. http://twitter.com/statuses/user_timeline/24671335.rss
If you can’t run the service yourself, you could just create a web service and host it on AppEngine or Heroku — depending on your language preference of Python or Ruby, respectively.