My question: When I try to make a POST request to the Instagram Basic Display API, I get this error message.
{
"error_type": "OAuthException",
"code": 400,
"error_message": "Missing required field client_id"
}
Any ideas on what I’m doing wrong? Here’s the tutorial I’m trying to follow.
Thanks so much for your help!