i found answer
fb.api( '/me', 'get', {"fields":"fan_count"}, function(response) { // insert code here } );
however, if wanted print fan_count console or save variable type console.log(response); says insert code here.
i found answer
fb.api( '/me', 'get', {"fields":"fan_count"}, function(response) { // insert code here } );
however, if wanted print fan_count console or save variable type console.log(response); says insert code here.
Comments
Post a Comment