Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread Cameron Kaiser
I'm migrating my shell app from basic to xAuth and now I'm getting the error from the subject. You mean The remote server returned an error: (500) Internal Server Error. ? I looked around and I found this page http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors where it says

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread sebastian gomez
yeap, that´s right! On Tue, May 11, 2010 at 12:25, Cameron Kaiser spec...@floodgap.com wrote: I'm migrating my shell app from basic to xAuth and now I'm getting the error from the subject. You mean The remote server returned an error: (500) Internal Server Error. ? I looked around

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread sebastian gomez
Sorry, I didn´t see your request in the mail I'm trying to access https://api.twitter.com/oauth/access_token with GET as the http method... Is that ok? My signature base is: GEThttps%3A%2F%2Fapi.twitter.com

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread Cameron Kaiser
Sorry, I didn__t see your request in the mail I'm trying to access https://api.twitter.com/oauth/access_token with GET as the http method... Is that ok? My signature base is: GEThttps%3A%2F%2Fapi.twitter.com

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread sebastian gomez
Ok, when I uset POST I get a 401 (Unauthorized) :( I guess I'm doing something wrong... what could it be? is my base string ok? On Tue, May 11, 2010 at 12:47, Cameron Kaiser spec...@floodgap.com wrote: Sorry, I didn__t see your request in the mail I'm trying to access

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread Cameron Kaiser
Ok, when I uset POST I get a 401 (Unauthorized) :( I guess I'm doing something wrong... what could it be? is my base string ok? The server should give you a message like Invalid nonce or Invalid signature or some such. If you don't even get that, I suspect your xAuth access is not working or

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread sebastian gomez
will do that, thanks On Tue, May 11, 2010 at 12:53, Cameron Kaiser spec...@floodgap.com wrote: Ok, when I uset POST I get a 401 (Unauthorized) :( I guess I'm doing something wrong... what could it be? is my base string ok? The server should give you a message like Invalid nonce or Invalid

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread Taylor Singletary
Sebastian, Also make sure that all of the following points are true in your implementation: * You are using POST * You are using SSL * Your xAuth parameters are the ONLY parameters in your POST body * You're setting a Content-Type header of application/x-www-form-urlencoded * Your

Re: [twitter-dev] The remote server returned an error: (500) Internal Server Error.

2010-05-11 Thread sebastian gomez
Got it! I was using my consumer key to create signature instead of the secret :S thanks all! On Tue, May 11, 2010 at 13:54, sebastian gomez sebastiangomezcor...@gmail.com wrote: Great help Taylor thanks... Will check on that and come back to you. thanks again On Tue, May 11, 2010 at