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

Getting error json_oauth1_signature_mismatch when calling methods with data #5

Open
kristofdidrickson opened this issue Jul 20, 2017 · 0 comments

Comments

@kristofdidrickson
Copy link

Hi, I'm just try to post some data using an authenticated request. Nothing crazy or special. Any calls that don't involve data work fine, but when I try to pass a data object to the same Wordpress OAuth instance, I get this error:

{ code: 'json_oauth1_signature_mismatch',
  message: 'OAuth signature does not match',
  data: { status: 401 } }

Which would suggest there's a bug in generating the signature when there's data involved.

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

1 participant