Sameh Serag

Results 1 issues of Sameh Serag

i tried your example. function oauth2_login() { $.oauth2({ auth_url: 'https://www.facebook.com/dialog/oauth', response_type: 'token', client_id: 'XXXXXXXXXXX', redirect_uri: 'http://www.zonnix.net', other_params: {} }, function(token, response){ // makeAPICalls(token); return; }, function(error, response){ console.log(error); return; });...