Migrating to Instagram API with Instagram Login
I have migrated our App to the IG API with IG Login using instagram_business_basic permissions due to the Basic Display API going out on Dec 4th, 2024. This new API works for only a handful of our clients. When trying to get a long-live token for a portion of our clients' IG accounts the API call returns the following error: "Unsupported request - method type: get". The endpoint we are using to get a long-live token is: GET https://graph.instagram.com/access_token ?grant_type=ig_exchange_token &client_secret=YOUR_APP_SECRET &access_token=SHORT_LIVED_ACCESS_TOKEN
The original API call is: GET https://www.instagram.com/oauth/authorize ?client_id=APP_ID &redirect_uri=REDIRECT_URI &scope=instagram_business_basic &response_type=code
It is very unclear to me why it works for some clients but not for others