如何使用 Yahoo Pipes 或 YQL 执行 twitter POST 状态/更新方法?
我想使用雅虎管道更新我的 Twitter 状态。我可以使用 yahoo Pipes 或 YQL 更早地做到这一点,没有任何困难。但是,最近我无法做到这一点。 POST 状态/更新的文档是 http://dev.twitter.com/doc/post /statuses/update
有没有办法使用 yahoo Pipes 或 YQL 更新状态?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,有很多 Twitter API 端点被映射为 YQL 数据表。
例如 使用 YQL 进行 Twitter 搜索
我还没有将 Oauth 与 twitter 数据表一起使用,但一般来说,您可以使用 OAuth YQL也一样,所以应该没有问题。只需在上面链接的 YQL 控制台的右侧搜索 twitter,您就会找到所有映射的表。
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.
我怀疑到目前为止您一直在尝试使用简单的基本身份验证来更新您的 Twitter 状态,而 Twitter 不久前已弃用这种身份验证。要使其再次正常工作,您需要开始研究 OAuth 身份验证。我不知道 Yahoo Pipes 或 YQL 是否支持 OAuth 以及您将如何使用它。这取决于你去发现。
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.