Skip to content

Instantly share code, notes, and snippets.

@gr4y
Created November 4, 2011 11:50
Show Gist options
  • Select an option

  • Save gr4y/1339178 to your computer and use it in GitHub Desktop.

Select an option

Save gr4y/1339178 to your computer and use it in GitHub Desktop.
NSString *extendedURL = [NSString stringWithFormat:@"oauth/authorize?oauth_token=%@", [requestToken key]];
return getAPIURLWithPath(extendedURL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment