-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
'I'm testing the login from the desktop, and it's giving this error!
The popup link that opens is this:
https://www.facebook.com/dialog/oauth?client_id=XXXXXXXXXX&redirect_uri=file:///C:/Users/SERVIDOR/Desktop/sample/www/oauthcallback.html&response_type=token&display=popup&scope=email
If it is by localhost:8000 (Phonegap Test), it works normally!
oauthcallback.html:
<script> window.opener.openFB.oauthCallback(window.location.href); window.close(); </script>
openfb.js: http://pastebin.com/KsJzNFnN
Where is the error?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels