[twitter-dev] gdata-objectivec-client to authenticate and update twitter status

2011-03-15 Thread Israel Pasos
This is my first time with GData and I'm trying to use it with OAuth to connect to Twitter and post status updates. Here's what I did: 1. I'm able to login using Gdata and OAuth to Twitter. 2. I save [mAuth token] in NSUserDefaults. 3. I changed the URL and set the HTTPMethod to POST in my app's

Re: [twitter-dev] gdata-objectivec-client to authenticate and update twitter status

2011-03-15 Thread Israel Pasos
setHTTPBody:[requestBody dataUsingEncoding:NSUTF8StringEncoding]] HTH On 15 Mar 2011, at 19:17, Israel Pasos wrote: This is my first time with GData and I'm trying to use it with OAuth to connect to Twitter and post status updates. Here's what I did: 1. I'm able to login using Gdata