Instagram API - User photos

后端 未结 5 1452
迷失自我
迷失自我 2021-01-12 17:59

does anyone know can I get photos from instagram user without using access token. It doesn\'t make sense that I see photos on http://instagram.com/{user} but can not get t

5条回答
  •  臣服心动
    2021-01-12 18:39

    to get the photos You don't need to use the access_token. just call:

    https://api.instagram.com/v1/users/{user-id}/media/recent?callback=&client_id={client_id}
    

    you can create your client_id here:

    https://instagram.com/developer/clients/manage/

提交回复
热议问题