Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signature problems when doing PUT requests to MySpace #18

Open
gabriel-garcia-zz opened this issue Jul 1, 2010 · 1 comment
Open

Signature problems when doing PUT requests to MySpace #18

gabriel-garcia-zz opened this issue Jul 1, 2010 · 1 comment

Comments

@gabriel-garcia-zz
Copy link

I had an issue when doing PUT requests to MySpace. For what I've seen using their OAuth tool it seems like they generate the signature with a URL containing OAuth parameters as well as the url encoded post/put parameters. Ruby-OAuth, however, does not include the latter in the url when doing PUT (only in POSTs), which results in different base strings and thus different signatures.

I wrote a small patch for fixing this in my app: http://gist.github.com/460019

@tganzarolli
Copy link

You saved my life! :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants