Skip to content

Instantly share code, notes, and snippets.

@Adam0101
Created May 19, 2011 15:42
Show Gist options
  • Save Adam0101/981066 to your computer and use it in GitHub Desktop.
Save Adam0101/981066 to your computer and use it in GitHub Desktop.
setup twitter search url
// Build the string to search against the twitter search api
NSString *urlString = [NSString stringWithFormat:@"http://search.twitter.com/search.json?q=&ands=%@&phrase=&rpp=50",searchTerm];
NSURL *url = [NSURL URLWithString:urlString];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment