jquery-cordova-oauth2
jquery-cordova-oauth2 copied to clipboard
Refused to display Error and ERR_BLOCKED_BY_RESPONSE
Hi,
I tried your example. but am getting error please help me.
$.oauth2({
auth_url: 'https://www.facebook.com/dialog/oauth',
response_type: 'token',
client_id: '2063360807218431',
redirect_uri: 'http://10.10.11.211:3000',
other_params: {
scope: 'basic_info',
display: 'popup'
}
Same here when I use browser platform.
Try to test in a real device.