[twitter-dev] problem in Posting a tweet using OAuth from IOS app

2011-05-29 Thread Ayman Adel
I am building a twitter client for the IPhone and I'm using OAuth to authenticate my requests to twitter, Right now I am able to get the home time line and even post tweets ( that do not contain any spaces or symbols) the problem starts when I try to post a tweet that contains spaces for example i

Re: [twitter-dev] problem in Posting a tweet using OAuth from IOS app

2011-05-31 Thread ayman adel
NULL, > > (CFStringRef)str, >NULL, > > (CFStringRef)@"!*'();:@&=+$,/?%#[]", > > kCFStringEncodingUTF8 ) autorelease]; > > } > > Tom > > > > On 5/2