Fixing Facebook Pages Version Error from v15 to v18

Summary

The user is facing an issue with connecting to a Facebook Page due to version error from v15 to v18.


Question

Can someone help me fix the Facebook Pages version error from v15 to v18? Unable to connect to stream page - Request to https://graph.facebook.com/v15.0



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

["facebook-pages", "version-error", "connector", "graph-api"]

Based on the information provided in the extracts, it appears that the Facebook Pages source connector in Airbyte is currently only compatible with v15 of the Facebook Graph API. However, Facebook no longer allows the creation of apps with older versions of the API, which is causing the connection issue you’re experiencing. There is an open issue on Airbyte’s GitHub page (#25515) discussing the need to migrate the connector to a newer version of the API. In the comments, users have suggested upgrading to v18.0, which is the latest version at the time of their comments. One user has also pointed out the specific location in the code where the version needs to be updated: url_base: "https://graph.facebook.com/v15.0" in the manifest.yaml file of the source-facebook-pages connector. However, it’s important to note that simply changing the version in the URL might not be enough. As a collaborator mentioned, you must ensure you can reach the API when making any check calls. Also, the fields in GraphQL requests and schemas might need to be checked during the migration. Unfortunately, as of the latest information in the extracts, the issue is still open and the connector has not been updated. You might want to follow the issue for updates or consider contributing to the project if you have the necessary skills. For more information, you can refer to the Airbyte documentation or the Airbyte community forum.