[twitter-dev] Re: incorrect signature with get parameters

2011-05-25 Thread galeyte
Hi Arnaud, Thanks for answering so quickly. It stil does not work when using http but it does work perfectly when using https ! Thx On May 24, 10:43 pm, Arnaud Meunier wrote: > Hey there, > > The URL you're passing to your getBaseString function is not correct. The > correct endpoint to ReTweet

Re: [twitter-dev] Re: incorrect signature with get parameters

2011-05-24 Thread Arnaud Meunier
Hey there, The URL you're passing to your getBaseString function is not correct. The correct endpoint to ReTweet a tweet is "/1/statuses/retweet/:id" (cf http://dev.twitter.com/doc/post/statuses/retweet/:id). Also remove the "id" part in your parameters. Arnaud / @rno

[twitter-dev] Re: incorrect signature with get parameters

2011-05-24 Thread galeyte
I've tried using POST and GET method. And i've seen the "htts: mistake, but doesn't change anything. :( On May 24, 2:25 pm, galeyte wrote: > Hi again ! > > I'me still working on my javascript twitter client. > At this time, every request i make using POST method work perfectly, > but i'm experien