c# - How far back can you go back with the Twitter API -


i have developed application in c# fetches in tweets database. i'm using tweetsharp wrapper.

since has been announced twitter have indexed of previous tweets, allows go first tweets, started wonder if it's possible go time period.

lets want see tweets contains "microsoft" time period 2008-10-10 2009-10-10. possible twitter api??? let alone possible tweetsharp module??

any answer accepted.

thanks!

my assumptions using free version of twitter rest api (there twitter streaming apis have no experience with) , tweetsharp wrapper on rest api.

given that, i'm inclined think query requesting ("microsoft since:2008-10-10 until:2009-10-10") not possible few reasons:

  • searching twitter rest api goes 7 days.
  • the number of tweets relating microsoft tweets in year exceed rate limit

my source adam green's blog: 140dev, nov 2013. documentation bit vague on how far rest api go. experiences show past 7 days. rate limits pretty explicitly documented, however.

this answer on month late; if figured out way make work, share!


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -