Closed fain182 closed 13 years ago
Simple patch to pass even access_token to register_redirect, otherwise you can't save token from the redirect_register action.
Sorry for the wait. Token is stored in the melody.
$melody = unserialize($this->getUser()->getAttribute('melody')); $melody->getToken()
didn't work ?
yes, it works.. there is no need to patch
Simple patch to pass even access_token to register_redirect, otherwise you can't save token from the redirect_register action.