Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback doesn't work if I set it in Connect function #13

Open
savannahbeckett opened this issue Oct 26, 2010 · 4 comments
Open

Callback doesn't work if I set it in Connect function #13

savannahbeckett opened this issue Oct 26, 2010 · 4 comments

Comments

@savannahbeckett
Copy link

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.

@savannahbeckett
Copy link
Author

btw, it works perfectly if I set the callback in app.yml

@savannahbeckett
Copy link
Author

but I still want to set the callback in the connect function, not in the app.yml

@savannahbeckett
Copy link
Author

Any idea?

@chok
Copy link
Owner

chok commented Oct 30, 2010

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 ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants