Twitter - 自动聚合帐户回复 - OAuth 问题
我们有一个公司推特帐户。我们有6名成员。我希望 6 名成员能够从他们的帐户中发布推文,如果推文是关于公司的,我们会将其汇总并显示在我们的网站上(它基本上显示“正在发生的事情”)。
我创建了一个公司推特帐户,当发布公司推文时,成员会回复公司推特帐户。
我使用了 twitter.lib.php API。我对其进行了编码,当我尝试运行它时,我收到消息“不支持基本身份验证”。环顾四周,我猜 Twitter 现在使用的是 OAuth。据我所知,Twitter 网站必须进行身份验证,然后它会将我送回我的网站。然而,这对我来说不起作用,我想要一个自动机器人更新我们的网站。我现在能做什么?谢谢!
We have a company twitter account. We have 6 members. I wanted the 6 members to be able to tweet from their accounts and we aggregate it and show it at our site if the tweet is about the company (it basically shows "Whats happening").
I created a company twitter account, and members will reply to the company twitter account, when its a company tweet.
I used the twitter.lib.php API. I coded it and when I tried to run it, I got the message "Basic Authentication is not supported". Looking around, I guess twitter uses OAuth now. From what I have seen, there has to be an authentication at the twitter site and then it'll send me back to my site. However this will not work for me, I want an automated bot updating our site. What can I do now? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我应该多搜索一下!对于其他对答案感兴趣的人:
http://masnun.me/2010/ 04/30/setting-up-twitter-bots-with-oauth.html
编辑: 链接已更新
I should have searched a bit more! For anyone else interested in the answer:
http://masnun.me/2010/04/30/setting-up-twitter-bots-with-oauth.html
Edit: Link updated