Skip to content

Instantly share code, notes, and snippets.

@jarsen
Created March 21, 2012 07:01
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 jarsen/2145390 to your computer and use it in GitHub Desktop.
Save jarsen/2145390 to your computer and use it in GitHub Desktop.
A snippet showing how to pin something to pinterest from your iOS app
NSURL *url = [NSURL URLWithString:@"pinit12://pin/create/bookmarklet/?media=http%3A%2F%2Fimages.apple.com%2Fhome%2Fimages%2Fipad_hero.jpg&url=http%3A%2F%2Fwww.apple.com%2F&title=Apple&is_video=false&description=Test"];
[[UIApplication sharedApplication] openURL:url];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment