Skip to content

Instantly share code, notes, and snippets.

@ninjinkun
Created October 14, 2012 09:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninjinkun/3888103 to your computer and use it in GitHub Desktop.
Save ninjinkun/3888103 to your computer and use it in GitHub Desktop.
// NSString* url = [NSString stringWithFormat:@"http://api.twitter.com/1/users/profile_image?size=normal&screen_name=%@", [screenName gtm_stringByEscapingForURLArgument]];
NSString *url = [NSString stringWithFormat:@"http://n.hatena.ne.jp/%@/profile/image?type=face", screenName]; // はてなのURLに変更
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment