Search code examples
facebook-graph-apiinstagram

How to post on instagram using api with branded tags i.e. with paid partnership tag?


Having trouble in getting the exact endpoint to post on instagram using branded tags.


Solution

  • Sounds like you are looking for the Content Publishing API https://developers.facebook.com/docs/instagram-api/guides/content-publishing/

    POST /{ig-user-id}/media — upload media and create media containers.

    POST /{ig-user-id}/media_publish — publish uploaded media using their media containers.