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