Hi guys,
I've got a Twitter feed working using the PHP library Codebird, however am finding I can only access Tweets from the past 6 to 9 days. Is there another way of doing it so I can access Tweets older than this? Any libraries you can point me to?
https://dev.twitter.com/docs/using-search
Thanks in advance.
I suppose the first question would be to determine if that limitation is based on the library you're using, or the actual Twitter API? (If the latter, then it might not matter which library you use.)
Thanks NogDog. Appears it was because I was using the Twitter Search API which only gets data from the last 6-9 days, so I needed to use the REST API. Therefore I switched to a different library and used an OAuth one which now everything is working fine.