Using Instagram Graph Api with permanent page access token only works for some accounts
I try to fetch some images from an instagram business account through the instagram graph api by means of a permanent page access token ( facebook: permanent Page Access Token? ). These specific tokens seem to be the only possibility to get permanent access to the graph api for a server-side app . On the other side I found a hint in the fb documentation that only user accesss tokens can be used to access instagram business accounts. "Page access tokens are not supported." https://developers.facebook.com/docs/instagram-api/overview/?locale=en_US Funny enough I was using page tokens so far