var response = _instagramService.Tags.GetTagInfo(query);
Where query is one hashtag minus # that works. If I want to get counts for bunch of tags do i need to make separate call for each one? Basically this is for multilingual campaign site.
When campaign goes live we will have hashtag for different languages but we want one count for hash tag usage so they are different hash tags but they are the same word but in different languages.
Multi hashtag count from instagram
Anders,
I have working:
Where query is one hashtag minus # that works. If I want to get counts for bunch of tags do i need to make separate call for each one? Basically this is for multilingual campaign site.
When campaign goes live we will have hashtag for different languages but we want one count for hash tag usage so they are different hash tags but they are the same word but in different languages.
Regards
Ismail
Hi Ismail,
That would require a call for each tag, as Instagram to my knowledge doesn't support batch calls or have an endpoint method for multiple tags.
is working on a reply...