Creating an img tag for a person picture

Hi! I’m retrieving users and persons and I see there is a pic_hash for everyone who has a picture. What url can I use to create an img tag that uses that hash so I can show the picture in my client?

Thank you!!
Phil

Hi Phil,
What you want isn’t pic_hash.

If you look at the response when you retrieve a person, you can find the urls to the profile picture inside
data -> picture_id -> pictures

Let me know if that helps :slight_smile:

2 Likes