Instagram how to get my user id from username?

前端 未结 24 1067
傲寒
傲寒 2020-11-30 17:14

I\'m in the process of embedding my image feed in my website using JSON, the URL needs my user id so I can retrieve this feed.

So, where can I find/get my user id?

24条回答
  •  遥遥无期
    2020-11-30 17:42

    Enter this url in your browser with the users name you want to find and your access token

    https://api.instagram.com/v1/users/search?q=[USERNAME]&access_token=[ACCESS TOKEN]
    

提交回复
热议问题