Instagram API - Display profile image

Discussion in 'Programming' started by Zoti Media Group, Feb 8, 2017.

  1. #1
    Any idea someone how to display instagram profile image without auchetication?

    Thank you!
     
    Zoti Media Group, Feb 8, 2017 IP
  2. Sugavanas

    Sugavanas Well-Known Member

    Messages:
    690
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    170
    #2
    You could download the source of the user's profile and use regex to extract the profile link. Because the classes are different, you will need a pattern to find the link and then scrape it.
     
    Sugavanas, Feb 25, 2017 IP
  3. yedort

    yedort Member

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    33
    #3
    You can grab it from the meta property og:image in a user's page.
     
    yedort, Mar 9, 2017 IP