Setup and test client
-
I’ve installed wp-oauth-provider (on dreamhost.com shared hosting) and I’m trying to test if I’ve set it up correctly. What’s a good client to test with?
I’m following:
https://wp-oauth.com/docs/how-to/setup-wp-oauth-server-for-single-sign-on-with-wordpress/
and testing with:
https://github.com/justingreerbbi/wordpress-oauth-server-clients/tree/master/Generic%20PHP%20ClientThat client seems to be working and showing a form with a “Post” button, but when I click the “Post” form button, it correctly sends me to the WordPress/WP-Oauth server, which then returns:
https://example.com/oauth/authorize/response_type=code&client_id=0mXXX&redirect_uri=http://client.example.org/callback.php
{“error”:”invalid_request”,”error_description”:”unknown request”}Is there some other simple client I should test with? A custom curl command?
The page I need help with: [log in to see the link]
The topic ‘Setup and test client’ is closed to new replies.