所有Twitter提要和转推 [英] All the Twitter feeds and retweets

查看:261
本文介绍了所有Twitter提要和转推的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我目前正在处理需求
要将我帐户的所有推文和转推信息存储到数据库中.

为此-任何人都可以使用asp.net指导我
1.我是否需要使用Oauth授权来获取我的用户帐户的所有推文?

2.访问帐户时如何首次获得ALL(1000)条推文?
我使用了以下方法-仅返回20条最近的推文-如何获得2011年左右输入的推文?
XmlReader reader = XmlReader.Create(string.Format("http://search.twitter.com/search.atom?q={0}",名称));
SyndicationFeed feed = SyndicationFeed.Load(reader);
3.如何获取带有父ID的推文和转推?
在上面的方法中,我如何识别转推和它们的父ID,以便我可以识别转推的转推?

Hi All,

I am currently working on requirement
To get all the tweets and retweets for my account to the database.

To do this-Can any one guide me using asp.net
1. Do I need to use Oauth authorization to get all tweets for my user account?

2. How to get ALL(1000) the tweets for the first time when I access the account?
I used the below method- which returns only 20 recent tweets-How do I get tweets entered fro 2011?
XmlReader reader = XmlReader.Create(string.Format("http://search.twitter.com/search.atom?q={0}", name));
SyndicationFeed feed = SyndicationFeed.Load(reader);
3. How to get the tweets and the retweets with parent id?
In the above method how do I recognize the retweets and their parent ID''s so I can identify the retweets of tweet?

推荐答案

Twitter的开发人员组.请查看以下链接:

https://dev.twitter.com/discussions/1157 [
You could just have looked in to the twitter''s dev group. Check out the following link:

https://dev.twitter.com/discussions/1157[^]


这篇关于所有Twitter提要和转推的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆