[twitter-dev] Re: Invalid Signature when manipulating URL directly

2009-10-28 Thread whomba
Thanks. That was not it though. It turns out when working in AS3, when you POST a URL and don't explicitly give it an Obj to POST it defaults it down to a GET statement, thus killing it. However, this still does not fix one issue I am having I will post that in a different spot though, since it

[twitter-dev] Re: Invalid Signature when manipulating URL directly

2009-10-28 Thread ryan alford
The signature parameter should be the last parameter. It should not be sorted with the other parameters. Ryan On Oct 28, 2009, at 1:14 AM, whomba wrote: > > Hello all. I just recently started using the twitter API and oAuth > for a site I am working on. After wrapping my head around oAuth