angularjs - Trying to access facebook graph api via angular js http get returns error -



angularjs - Trying to access facebook graph api via angular js http get returns error -

i'm trying utilize code below user links via facebook graph api. not work.

$http.get('https://graph.facebook.com/me?access_token='+response.authresponse.accesstoken).success(function(data) { alert(data); }).error(function(data, status, headers, config) { alert(data+status+headers+config); });

angularjs

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -