marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

OAuthServer does always redirect to http://oob/... #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed. Thanks.

Original comment by brunobg%...@gtempaccount.com on 10 May 2010 at 1:08