JSON API: jetpack_response_error
-
I connected Jetpack 3.1.1 to my self-hosted WordPress 4.0 website, created an OAuth2.0 access token and successfully requested user information through the
https://public-api.wordpress.com/rest/v1/me
endpoint.However, trying to create a new post, using the example jQuery code from the WordPress OAuth2 Documentation (after filling in my site ID and access token), I receive the following response:
{"error":"jetpack_response_error","message":"The Jetpack site encountered an error and could not process the API request."}
What could be the problem here?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘JSON API: jetpack_response_error’ is closed to new replies.