Open kicks66 opened 4 years ago
I created a pull request with these functions. just read: https://github.com/jlobos/instagram-web-api/pull/132
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.
The instagram api calls user id to do this. The result of the tags is 'count' in the response callback
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.