Instagram Graph API – Part 2: Fetching data with the Insights API

In Part 1 of this min-series I introduced the Instagram Graph API, what is was, and how you could connect to it. In Part 2 we look at an API that belongs to the Instagram Graph API – the Insights API.  Specifically, we’ll: introduce the Insights API look at the data you can extract from the Insights API connect to the Insights API and extract valuable image related insights use Postman to validate we can connect to the Insights API out-with the Facebook domain consider some use cases for the Insights API What exactly is the Insights API? The Insights API lets you get all insights for individual media objects for a given Instagram account. It features two endpoints Before you can do this, said account must an Instagram Business Account.  The API features two endpoints: GET /{ig-media-id}/insights — gets metrics on a media object GET /{ig-user-id}/insights — gets metrics on an Instagram Business Account or Instagram Creator account. You can use these endp

22 Jun 2019 ... Using the Graph API Explorer. Please read Part 1 of this tutorial as one of the first things we need to do is identify the Facebook Pages your ...

Lee mas