1 min readJun 6, 2020
It seems like the Instagram Basic Display API doesn’t have a profile_picture_url field in the response of GET/{user-id} end point. So, we can’t get the user profile picture from this API. However, you can user the Instagram Graph API for the same as it includes the profile_picture_url field inside the GET/{ig-user-id} response.