Re: [twitter-dev] Problem in posting image to Twitter using twitpic

2010-09-27 Thread Tom van der Woerdt
Hi, Code looks fine. Can you show a dump of a request? (Request headers + Request body + Response body) Tom On Mon, 27 Sep 2010 05:38:55 -0700 (PDT), sunil adhyaru wrote: > Hi I am using following code to post image to Twitter using twitpic. > But I am getting server response code 401 for the

[twitter-dev] Problem in posting image to Twitter using twitpic

2010-09-27 Thread sunil adhyaru
Hi I am using following code to post image to Twitter using twitpic. But I am getting server response code 401 for the same. ASIFormDataRequest *req = [[ASIFormDataRequest alloc] initWithURL: [NSURL URLWithString:@"http://api.twitpic.com/2/upload.json";]]; [req addRequestHeader:@"X-Auth-S