To fix this issue, replace Line 177 in OAuthServer.php :
$verify_oauth_callback = $this->session->get('verify_oauth_token');
with this Line:
$verify_oauth_callback = $this->session->get('verify_oauth_callback');
Thanks! ;o)
Original issue reported on code.google.com by fiedler....@gmail.com on 8 May 2010 at 4:22
Original issue reported on code.google.com by
fiedler....@gmail.com
on 8 May 2010 at 4:22