OAuth1 icon indicating copy to clipboard operation
OAuth1 copied to clipboard

Plugin not working with php app outsite WordPress

Open ricemann opened this issue 9 years ago • 2 comments

When clicking the authorize button post isn't providing anything - callback.php needs: Missing OAuth parameters oauth_timestamp, oauth_nonce, oauth_signature, oauth_signature_method which isn't provided by /oauth1/authorize

I think it is wrong all you should need is the oauth_verifier and nothing else?

It seems broken connecting from other wordpress instance isn't what I need.

Hope to get some more insights on the matter?

Best regards Ricemann

ricemann avatar Oct 08 '16 15:10 ricemann

Try this test script of mine via another domain.
https://gist.github.com/kosso/71c957e30a40116e5f98

It's working for me with WP v4.6.1, WP-API v2.0-Beta15 and OAuth1 v0.3.0

kosso avatar Oct 11 '16 17:10 kosso

@kosso Thank you. When I run your script i get a notice: Undefined index: oauth_token_secret. I try to reach the login screen. I cannot login (login message: Missing parameter oauth_token). But it shouldn't be present in the request face?

Do you have an idea of what the issue is? If I figure it out I will get back to you.

ricemann avatar Oct 16 '16 21:10 ricemann