Trouble adding Instagram connector in Airbyte OSS with Docker

Summary

Encountering ‘Invalid OAuth access token’ error when trying to add Instagram connector in Airbyte OSS with Docker. Facebook API version is V20.


Question

Im on Airbyte OSS with docker… Trying to add Instagram connector… Following the guide only leads me to getting

Message: Call was not successful
Method: GET
Path: https://graph.facebook.com/v19.0/me/accounts
Params: {‘summary’: ‘true’}
Status: 400
Response:
{
“error”: {
“message”: “Invalid OAuth access token - Cannot parse access token”,
“type”: “OAuthException”,
“code”: 190,

Anyone know where I can get the correct Access token or something is not setup correctly?

I saw my FB is using API V20



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["instagram-connector", "airbyte-oss", "docker", "oauth-access-token", "facebook-api-v20"]

Fixed… It was due to Meta confusing setup