Question

I want to update my twitter status using yahoo pipes. I could do that earlier without any difficulty using either yahoo pipes or YQL. But, recently I am not able to do it. the document for POST status/update is http://dev.twitter.com/doc/post/statuses/update

Is there anyway to update status using yahoo pipes or YQL?

Was it helpful?

Solution

I suspect so far you have been trying to update your Twitter status using simple Basic authentication, which Twitter has deprecated some time ago. To get it working again, you need to start looking into OAuth authentication. I have no idea if Yahoo Pipes or YQL support OAuth and how you would use that. That's up to you to find out.

OTHER TIPS

Yes there are a bunch of Twitter API endpoints that are mapped as YQL datatables. e.g. Twitter Search with YQL

I have not used Oauth with the twitter datatables yet but in general you can us OAuth with YQL as well, so there should be no issue. Just search in the right hand side of the YQL console linked above for twitter and you will find all the mapped tables.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top