0

I want to get media of specific Instagram account (my account) by hashtag. I followed the instruction of Instagram Graph API but maybe the result maybe returned all media of all user by hashtag. Does anyone have any idea ? Thanks !

Reference: https://developers.facebook.com/docs/instagram-api/hashtag-search

Duong Tu
  • 19
  • 4

1 Answers1

0

If I understand you correctly, you want to get all of an Instagram business account's posts that include a particular hashtag? One can use the call:

<INSTAGRAM_BUSINESS_ACCOUNT_ID>/media?fields=caption

To get an Instagram business accounts posts, including the caption. Then, one can parse the caption field to derive what hashtags were used in each post.

Twisleton
  • 26
  • 2