This question already has answers here:
Facebook API - How do I get a Facebook user's profile image through the Facebook API (without requiring the user to "Allow" the application)
This question already has answers here:
Facebook API - How do I get a Facebook user's profile image through the Facebook API (without requiring the user to "Allow" the application)
开发者_StackOverflow社区
(14 answers)
Closed 8 years ago.
Can we read the profile picture by giving the email id? I have some email addresses, and I want to put them on my web page. Can it show the Facebook profile picture if the user has Facebook account with that email id?
No. You need the facebook user id.
See the graph api.
精彩评论