jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 186 forks source link

UserTags #131

Open kicks66 opened 4 years ago

kicks66 commented 4 years ago

Is there a way to access the user tags parameter? The route on web is /user/tagged.

I couldn't seem to find anything within the documentation about it.

codexJoin commented 4 years ago

I created a pull request with these functions. just read: https://github.com/jlobos/instagram-web-api/pull/132

kicks66 commented 4 years ago

This looks good, is there also a way to get the overall number of tags? I would expect the

getUserbyUsername to do this, but it doesnt seem to receive anything related to tagged media.

codexJoin commented 4 years ago

The instagram api calls user id to do this. The result of the tags is 'count' in the response callback