BigJ
BigJ

Reputation: 2032

Facebook user profile picture likes

I can get a list of people going to an event, and so I have their facebook id. With that ID I can get there profile picture:

/v2.7/{user-id}/picture

This gives me a link to their profile picture. But now I want to know how many likes this profile picture has. I found this answer, but it was for FQL, which is now deprecated.

If I could get the facebook ID for the profile picture, I could use this query to get the number of likes.

I'm using the Graph API Explorer to test my queries.

Upvotes: 0

Views: 126

Answers (1)

BigJ
BigJ

Reputation: 2032

I have spoken to a Facebook engineer: it's not possible. Case closed.

Upvotes: 1

Related Questions