OAuth1
OAuth1 copied to clipboard
Plugin not working with php app outsite WordPress
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
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 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.