How can I get Facebook Profile image from email?

前端 未结 5 992
囚心锁ツ
囚心锁ツ 2020-12-24 08:57

There\'s an outlook plugin called Xobni that has a really cool feature, if a contact has an email address, it will fetch that contact\'s profile picture and display it. Thei

5条回答
  •  既然无缘
    2020-12-24 10:00

    You can query the following URL to get user id (if one exists on Facebook):

    https://graph.facebook.com/search?access_token=YOUR_ACCESS_TOKEN&q=EMAIL_ADDRESS_URL_ENCODED&type=user
    

    Then gives you the picture.

    More info: article at codinglogs.com

提交回复
热议问题