upload local image on Pinterest

痴心易碎 提交于 2019-12-12 01:44:30

问题


i am able to upload photo that is on web to the pinterest with this code

 NSURL *sourceURL    = [NSURL URLWithString:@"http://placekitten.com"];

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

but i am not been able to find a way to upload local image to Pinterst.I dont want to put my local image on server first just want to local to pinterst,if is there any way please help

来源:https://stackoverflow.com/questions/23542665/upload-local-image-on-pinterest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!