Skip to content

Instantly share code, notes, and snippets.

@scompt
Created June 17, 2013 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scompt/5794762 to your computer and use it in GitHub Desktop.
Save scompt/5794762 to your computer and use it in GitHub Desktop.
+ (void) createPinWithClientId:(NSString *)clientId
imageURL:(NSURL *)imageURL
sourceURL:(NSURL *)sourceURL
description:(NSString *)descriptionText {
Pinterest *pinterest = [[Pinterest alloc] initWithClientId:clientId];
[pinterest createPinWithImageURL:imageURL sourceURL:sourceURL description:descriptionText];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment