在Pinterest上传本地图片

时间:2014-05-08 13:07:24

标签: ios objective-c pinterest

我可以使用此代码

将网络上的照片上传到pinterest
 NSURL *sourceURL    = [NSURL URLWithString:@"http://placekitten.com"];

  [pinterest createPinWithImageURL:imageURL
                       sourceURL:sourceURL
                     description:@"Pinning Demo"];

但是我无法找到将本地图像上传到Pinterst的方法。我不想把我的本地图像放在服务器上,只想在本地发挥pinterst,如果有任何方法请帮助

0 个答案:

没有答案