Open
Description
request url: http://www.example.com/oauth1/request?oauth_version=1.0&oauth_nonce=afba072131130e96b52d1063937ab472&oauth_timestamp=1464839688&oauth_consumer_key=d2JDLzmy07oI&oauth_signature_method=HMAC-SHA1&oauth_signature=8EkPuDVcTsh8cmZfoD3U2K3VHaI%3D
OAuthRequest Object
(
[parameters:OAuthRequest:private] => Array
(
[oauth_version] => 1.0
[oauth_nonce] => afba072131130e96b52d1063937ab472
[oauth_timestamp] => 1464839688
[oauth_consumer_key] => d2JDLzmy07oI
[oauth_signature_method] => HMAC-SHA1
[oauth_signature] => 8EkPuDVcTsh8cmZfoD3U2K3VHaI=
)
[http_method:OAuthRequest:private] => GET
[http_url:OAuthRequest:private] => http://www.example.com/oauth1/request
[base_string] => GET&http%3A%2F%2Fwww.example.com%2Foauth1%2Frequest&oauth_consumer_key%3Dd2JDLzmy07oI%26oauth_nonce%3Dafba072131130e96b52d1063937ab472%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1464839688%26oauth_version%3D1.0
)
I cannot figure out why I'm getting the error "OAuth Signature Does Not Match". I'm on a brand new WordPress install and I followed all of the instructions exactly for setting up the auth call.
Would anyone know why the above settings wouldn't be working? I've used both Postman and http://term.ie/oauth/example/client.php to try and check that oauth is working properly, but both return the Oauth signature error no matter what I do.