Open massanu opened 9 years ago
I can see quicky that the popup is trying to open an Url begining with : https://auth.io/oauth/facebo..
Ok I continued to investigate, I finally fixed the undefined issue but now, the window.open part of the code is run Then the setInterval begin, but the popup open and close immediately
I read that the issue could be the access origin, but it is set to * (star)
So I am really blocked now, i have already spent 4 days to fix this, I dont know what to do anymore
I do a Oauth.initialize('') with the facebook key
. That should not be your Facebook key. It should be your OAuth.io public key
Hi,
I added the plugin to an appgyver/steroids application
When I do a Oauth.getVersion() it returns me the version correctly
Then I do a Oauth.initialize('') with the facebook key But when i call the Oauth.popup('facebook' function I got a : "undefined is not a function" (in the interface I seen a very fast popup opening and closing blink)
I tried for several days to google and find a reason, I have no idea what's happening
Thanks for helping