yfrog

Posting to yFrog objc

坚强是说给别人听的谎言 提交于 2019-12-20 05:41:30
问题 I am trying to post images and videos to twitter with yFrog through my application, but nothing seems to even happen when I make the request... can anyone see what I am doing wrong or point me in the right direction? thank you -(IBAction)yFrogToTwitter { // create the URL //used to render bigger images videos //NSURL *postURL = [NSURL URLWithString:@"http://render.imageshack.us/renderapi/start"]; //below is used to directly upload to twitter NSURL *postURL = [NSURL URLWithString:@"http:/

Posting to yFrog objc

时光怂恿深爱的人放手 提交于 2019-12-02 10:04:30
I am trying to post images and videos to twitter with yFrog through my application, but nothing seems to even happen when I make the request... can anyone see what I am doing wrong or point me in the right direction? thank you -(IBAction)yFrogToTwitter { // create the URL //used to render bigger images videos //NSURL *postURL = [NSURL URLWithString:@"http://render.imageshack.us/renderapi/start"]; //below is used to directly upload to twitter NSURL *postURL = [NSURL URLWithString:@"http://yfrog.com/api/uploadAndPost"]; // create the connection NSMutableURLRequest *postRequest =