I need to get the public posts for public pages in Instagram using graph API. If I granted the instagram basics and Instagram public content access requests. It will be enough to enter page ID for the graph API to retrieve the media of the page? From the graph API documentation I can see that I can only use the instagram user ID. Is it the same in case of public pages? Something like below to retrieve media list and number of followers?
GET /v3.3/{instagram-page-id}?fields=media,followed_by_count