在node.js中检索Twitter的验证用户的推文
我需要一点帮助了解如何提取从验证的用户鸣叫。对不起,开放式的问题,但在这里有云:
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 ,您可以检索任何微博的微博处理。但是,在我的使用情况下,我需要用户登录到他们的Twitter帐户,并检索其最新的鸣叫,让我知道他们是他们,而不是别人的。
https://github.com/ttezel/twit enables you to retrieve the tweets of any Twitter handle. 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.
我使用angular.js和Node.js的 - 很大帮助AP preciated。我甚至不知道这是不是我应该只做客户端或服务器上。
I'm using angular.js and node.js - much help appreciated. I don't even know if this is something I should do client-side only, or on the server.
如果用户后跟 @verified
的twitter帐户那么用户的验证即可。
您可以通过检索追随者检查。
If the user is followed by @verified
twitter account then the user is verified.
You can check that by retrieving the followers.