Instagram how to get my user id from username?

前端 未结 24 1100
傲寒
傲寒 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:37

    I wrote this tool for retrieving Instagram IDs by username: Instagram User ID Lookup.

    It utilizes the python-instagram library to access the API and includes a link to the source code (written on Django), which illustrates various implementations of the Instagram API.

    Update: Added source code for port to Ruby on Rails.

提交回复
热议问题