Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. I am doing a research on twitter. I found a c# code which is using a twitter api to download the tweets of the users that I specify in the porogram but the problem is when I run the program after a while the program is no longer able to download the tweets and it gets 0 number of tweets. Is there any one facing with this issue before?
Posted
Updated 18-Feb-12 23:45pm

1 solution

Edit: Please don't place code blocks round your question.

Further information required to answer this question (probably) - which Twitter library are you using? Which Twitter API are you accessing? Twitter has a limit on the number of requests you are allowed to make to it in certain time periods and a limit for the whole day (you will need to look up the exact limits on the Twitter Developers' Website) - if you exceed this limit you will get empty responses. Trying to mass download a person's Tweets would probably cause you to exceed the limit.

Hope this helps,
Ed
 
Share this answer
 
Comments
hosseinDolat 19-Feb-12 7:22am    
Thanks dear Edward. It helps me alot.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900