You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
The text was updated successfully, but these errors were encountered: