I'm trying to recover the access token via the Instagram Basic Display API but when trying to authenticate the test user I get this error:
{
"error_type": "OAuthException",
"code": 400,
"error_message": "Invalid platform app"
}
I expect to see the app authorization screen
