lundi 25 juillet 2016

Facebook Graph API response javascript

I want to get name and picture of every friend. please tell me how can i handle this.

FB.api(
  '/me',
  'GET',
  {"fields":"friends{name,picture.height(500)}"},
  function(response) {
      // Insert your code here
  }
);



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire