You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remove the callback in app.yml and do this in code, it doesn't work, why? Browser just stuck there waiting for something after I hit "grant access".
$this->getUser()->connect ('google', array('callback' => 'http://www.yahoo.com'), true);
I need to set the callback in code because I need to set the callback url parameters.
The text was updated successfully, but these errors were encountered:
If I remove the callback in app.yml and do this in code, it doesn't work, why? Browser just stuck there waiting for something after I hit "grant access".
$this->getUser()->connect ('google', array('callback' => 'http://www.yahoo.com'), true);
I need to set the callback in code because I need to set the callback url parameters.
The text was updated successfully, but these errors were encountered: