marig345 / oauth-php

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

osr_callback_uri is never read #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The osr_callback_uri field is never used. One would expect it to be used as
the default oauth_callback parameter in authorizeVerify.

It seems that OAuthStoreMySQL::getConsumerAccessToken,
OAuthStoreMySQL::listConsumers and OAuthStoreMySQL::listConsumerTokens just
need to have "osr_callback_uri as callback_uri" added to the SELECTs.

Original issue reported on code.google.com by webmaste...@gmail.com on 11 Jan 2010 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed on SVN.

Original comment by brunobg%...@gtempaccount.com on 12 Jan 2010 at 6:39