[twitter-dev] Oauth problems?

2010-09-10 Thread MTCoder
uthorization",header.getAnsi()); BOOL success=FALSE; const char * domain; long port; bool ssl; domain = "api.twitter.com"; port = 80; ssl = false; CkHttpResponse *resp = 0; resp = http.SynchronousRequest(

[twitter-dev] Re: Oauth problems?

2010-09-14 Thread MTCoder
ZBk7%2BqPqwgILqU%3D", oauth_version="1.0" Content-Length: 28 status=setting+up+my+twitter On Sep 10, 3:57 pm, Tom van der Woerdt wrote: > You should encode the values in the Authorization: header. > > Tom > > On 9/10/10 11:50 PM, MTCoder wrote: > > >

[twitter-dev] POSTing problem

2010-09-14 Thread MTCoder
Im posting this again here to make sure its seen (other thread here http://groups.google.com/group/twitter-development-talk/browse_thread/thread/fb1f29a6e43c48e3) I have tried many different things and cant seem to get the status POST to work(thanks Tom for the help with getting the timeline). my

[twitter-dev] Re: POSTing problem

2010-09-14 Thread MTCoder
nt-Length: 40 status=setting%2520up%2520my%2520twitter On Sep 14, 11:39 am, Tom van der Woerdt wrote: > It says "setting up my twitter" in the Base String, not "status=setting > up my twitter". > > Tom > > On 9/14/10 7:30 PM, MTCoder wrote: > > &

[twitter-dev] Re: POSTing problem

2010-09-14 Thread MTCoder
> Tom > > On 9/14/10 8:14 PM, MTCoder wrote: > > > > > > > > > still getting the 401 > > > basestring: > > POST&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses%2Fupdate.xml& > > oauth_consumer_key%3D3RmYCDlNEUoRLXmeQDgA%26 > > oauth

[twitter-dev] Re: POSTing problem

2010-09-14 Thread MTCoder
y4", oauth_signature="w8K2sgFoGQuF7NrMTEeoDtiOCYI%3D", oauth_version="1.0" Content-Length: 40 status=setting%20up%20my%20twitter On Sep 14, 2:18 pm, Taylor Singletary wrote: > MTCoder: > > You've got a little bit of an escaping problem here.. > > First, &qu

[twitter-dev] Re: POSTing problem

2010-09-15 Thread MTCoder
didnt work. i cant believe this is that hard. PLEASE HELP ME, THIS COMPUTER IS ABOUT TO SLEEP WITH THE FISHES thanks, MTCoder On Sep 14, 5:00 pm, MTCoder wrote: > I am away from my work computer so i cant try out this suggestion just > yet but is this what it should look like whe