instagram - Find username with userID and without access_token -


are there ways, find user userid , without access token?

you can use endpoint client_id, documentation on instagram says access_token required, works client_id

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

Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -