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?
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.