Temporary debug hack tracking down 'revoked accesstoken' issue with OMB posts
This commit is contained in:
parent
9f8e25bfe7
commit
8869ccc94e
|
@ -285,6 +285,10 @@ class OMB_Service_Provider {
|
||||||
list($consumer, $token) = $this->getOAuthServer()->verify_request($req);
|
list($consumer, $token) = $this->getOAuthServer()->verify_request($req);
|
||||||
} catch (OAuthException $e) {
|
} catch (OAuthException $e) {
|
||||||
header('HTTP/1.1 403 Forbidden');
|
header('HTTP/1.1 403 Forbidden');
|
||||||
|
// @debug hack
|
||||||
|
throw OMB_RemoteServiceException::forRequest($uri,
|
||||||
|
'Revoked accesstoken for ' . $listenee . ': ' . $e->getMessage());
|
||||||
|
// @end debug
|
||||||
throw OMB_RemoteServiceException::forRequest($uri,
|
throw OMB_RemoteServiceException::forRequest($uri,
|
||||||
'Revoked accesstoken for ' . $listenee);
|
'Revoked accesstoken for ' . $listenee);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user