Your token endpoint returned a response that was not understood.
auth, 'error')): ?>Got an error response from the token endpoint:
'.$this->auth['error_description'].'
') : '' ?>All required values were found! You are now signed in.
auth, 'access_token')): ?>access_token
The token endpoint did not return an access token. The access_token
parameter is the token the client will use to make requests to the Micropub endpoint.
me
The token endpoint did not return a "me" parameter. The me
parameter lets this client know what user the token is for.
scope
The token endpoint did not return a "scope" parameter. The scope
parameter lets this client know what permission the token represents.
Below is the raw response from your token endpoint (= $this->tokenEndpoint ?>
):
Could not find your token endpoint. We found it last time, so double check nothing on your website has changed in the mean time.