* Berto <mstbe...@gmail.com> [100303 06:42]:
> Isn't that using a GET request versus the docs saying POST?  And I
> thought parameters were supposed to be normalized except for signature
> which gets attached at the end?

Hmmm. I completely missed the fact that the documentation specifies
POST.  I used GET and it worked.  When I use a POST, I get a 401.

Doc bug?

The order you *send* the parameters doesn't matter---the order of the
base string used for generating the signature does.

The underlying libraries I use assemble the parameters in an arbitrary
order.  Generation of the signature is a separate call and builds it's
own base string from a hash (associative array).

@semifor

Reply via email to