Hi ezvaar
Thanks for your input.
If I can only fetch tweets less than one month old, thats fine for my iOS App, which relies on current company financial news.
Please could you explain to us how we fetch the twitter.json data in API V1.1?
In API 1.0 it was as simple as:
NSData *JSONData = [[NSData alloc] initWithContentsOfURL:searchURL];
Where the searchURL used to contain the keyword as part of the query string.
Thanks
Gav