oauth-plugin
oauth-plugin copied to clipboard
OAuth Invalid Request on POST and not GET. Why?
We're getting weird issues with our consumers where GET requests protected by oauth work great, but POST are always getting OAuth Invalid Requests. I've tried having them switch from query_string to auth headers, and vice versa but still not working.
Any ideas about this?
The same issue