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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: