Instagram how to get my user id from username?
Update in Jun-5-2022, Instagram API no longer use Bearer Token for authentication. But I find another useful API. All you need is added extra header X-IG-App-ID with “magic value”. https://i.instagram.com/api/v1/users/web_profile_info/?username=therock Use can use my docker container Insta-Proxy-Server to bypass the authentication. https://hub.docker.com/repository/docker/dockerer123456/insta-proxy-server Demo video (I just run directly from source code): https://www.youtube.com/watch?v=frHC1jOfK1k Update in Mar-19-2022, … Read more