We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im having a weird error. The module is working exactly as expected on local host but not on the live site.
When i try to run it on live it gets to the callback
www.MYWEBSITE.com/_oauth/facebook?close&DATA_FROM_LOGIN OR www.MYWEBSITE.com/_oauth/google?close&DATA_FROM_LOGIN
then just sits there.
On localhost it closes the popup and adds the info to the user. Am i missing something?
The text was updated successfully, but these errors were encountered:
found the problem. though not a permanent solution. by default the callback goes to
www.MYWEBSITE.com
when it should be going back to
MYWEBSITE.com (which is the default url)
so I'm getting the following error.
accessing a cross-origin frame.
have yet to figure out how to fix it.
Sorry, something went wrong.
No branches or pull requests
Im having a weird error. The module is working exactly as expected on local host but not on the live site.
When i try to run it on live it gets to the callback
www.MYWEBSITE.com/_oauth/facebook?close&DATA_FROM_LOGIN
OR
www.MYWEBSITE.com/_oauth/google?close&DATA_FROM_LOGIN
then just sits there.
On localhost it closes the popup and adds the info to the user. Am i missing something?
The text was updated successfully, but these errors were encountered: