Open GoogleCodeExporter opened 8 years ago
I have fix this bug adding if($this->getParam('oauth_token')) before to
$this->store->checkServerNonce( $this->urldecode($consumer_key),
$this->urldecode($token),
$this->getParam('oauth_timestamp', true),
$this->getParam('oauth_nonce', true));
in function verifyExtended (class OauthRequestVerifier)
Original comment by vittorio...@nealab.it
on 17 May 2011 at 3:27
Attachments:
Please fix this! This is a major problem.
(And thanks for the bug fix. Saved my day.)
Original comment by matthias...@gmail.com
on 3 Apr 2012 at 7:47
Original issue reported on code.google.com by
vittorio...@nealab.it
on 17 May 2011 at 2:55