Open savannahbeckett opened 14 years ago
btw, it works perfectly if I set the callback in app.yml
but I still want to set the callback in the connect function, not in the app.yml
Any idea?
Sorry for the wait !
You're right there is a problem with configuration. I'll try to fix that as soon as possible. Or feel free to contribute ;-)
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.