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, 20

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

2010-05-11 Thread sebastian gomez
Great help Taylor thanks... Will check on that and come back to you. thanks again On Tue, May 11, 2010 at 13:20, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > Sebastian, > > Also make sure that all of the following points are true in your > implementation: > > * You are using POST

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 xAu

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 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 > signatur

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

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 wrote: > > Sorry, I didn__t see your request in the mail > > I'm trying to access https://api.twitter.com/oauth/access_to

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: > > GET&https%3A%2F%2Fapi.twitter.com > %2Foauth%2Faccess_token&oauth_consumer_key%3Dmy_consumer_key%26oauth_nonce%

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: GET&https%3A%2F%2Fapi.twitter.com %2Foauth%2Faccess_token&oauth_consumer_key%3Dmy_consumer_key%26oauth_nonce%3DafQ4ux5qRH9Ga

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 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 and I fou

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 som