WP-API / OAuth1

OAuth server implementation for WP API
http://oauth1.wp-api.org/
331 stars 109 forks source link

oauth1/access endpoint is returning the Wordpress site index on 4.9 #219

Open kfreezen opened 5 years ago

kfreezen commented 5 years ago

All the other steps in the tutorials work for me (oauth1/request, oauth1/authorize) but when I try to get a permanent access token, all I get back is an HTML response with 200 OK.

If I'm missing an oauth parameter then I get an error as expected, but if everything in my request is correct, I get back the index page rather than an application/x-www-form-urlencoded list like expected.