chok / sfMelodyPlugin

Allow to communicate with many services(google, yahoo...) throw OAuth
MIT License
45 stars 21 forks source link

issue #28 #29

Closed fain182 closed 13 years ago

fain182 commented 13 years ago

Simple patch to pass even access_token to register_redirect, otherwise you can't save token from the redirect_register action.

chok commented 13 years ago

Sorry for the wait. Token is stored in the melody.

$melody = unserialize($this->getUser()->getAttribute('melody'));
$melody->getToken() 

didn't work ?

fain182 commented 13 years ago

yes, it works.. there is no need to patch