简体   繁体   English

在node.js中检索Twitter验证的用户的推文

[英]Retrieving a Twitter-verified user's Tweets in node.js

I need a bit of help understanding how to extract Tweets from a verified user. 我需要一些帮助,以了解如何从经过验证的用户中提取推文。 Sorry for the open-ended question, but here goes: 很抱歉这个开放式问题,但是这里有:

https://github.com/ttezel/twit enables you to retrieve the tweets of any Twitter handle. https://github.com/ttezel/twit使您能够检索任何Twitter句柄的推文。 But in my use case, I need the user to log in to their Twitter account and retrieve their latest tweets so that I know that they are theirs and not someone else's. 但是在我的用例中,我需要用户登录其Twitter帐户并检索其最新的tweet,以便我知道它们是他们的而不是其他人的。

I'm using angular.js and node.js - much help appreciated. 我正在使用angular.js和node.js-非常感谢您的帮助。 I don't even know if this is something I should do client-side only, or on the server. 我什至不知道这是我应该只在客户端还是在服务器上执行的操作。

If the user is followed by @verified twitter account then the user is verified . 如果用户后面跟随@verified twitter帐户,则该用户将被验证 You can check that by retrieving the followers. 您可以通过获取关注者来进行检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM