Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Facebook Pages: migrate API to v19.0 #25515

Closed
2 tasks
artem1205 opened this issue Apr 25, 2023 · 10 comments
Closed
2 tasks

Source Facebook Pages: migrate API to v19.0 #25515

artem1205 opened this issue Apr 25, 2023 · 10 comments

Comments

@artem1205
Copy link
Collaborator

artem1205 commented Apr 25, 2023

Tell us about the problem you're trying to solve

Origin: https://github.com/airbytehq/oncall/issues/1888

The latest version for Facebook Pages Graph API is v19.0. Newly created apps can use only latest API version.

Describe the solution you’d like

We need to migrate connector to the new version (current is v15.0).

Migration checks:

  • Fields in graphQL requests
  • Fields in schemas
@marvin-lg
Copy link

v17.0 was released two days ago see https://developers.facebook.com/docs/graph-api/changelog/

@awoehrl
Copy link

awoehrl commented Sep 21, 2023

v18.0 would be the latest version now. We can't create facebook apps with older versions, so the connector doesn't work.

@AbramNaum
Copy link

v15.0 was deprecated yesterday (https://developers.facebook.com/docs/graph-api/changelog/version15.0#graph-api) – guessing that's why this source isn't working:
Screenshot 2023-09-21 at 16 32 00

@GautamGottipati
Copy link

I would like to work on this issue.

@justinbchau justinbchau moved this from To Be Claimed to In Progress in Hacktoberfest 2023 Oct 3, 2023
@GautamGottipati
Copy link

Hi @justinbchau
This is the only place where I need to change the version from v15.0 to v18.0, am I correct (airbyte-integrations/connectors/source-facebook-pages/source_facebook_pages/manifest.yaml)

url_base: "https://graph.facebook.com/v15.0"

Do I need to take care of any other things.

@justinbchau
Copy link
Contributor

If the base url of the new API points to that, it would get you access but you must ensure you can reach the API when making any check calls.

@justinbchau justinbchau moved this from In Progress to To Be Claimed in Hacktoberfest 2023 Oct 24, 2023
@tolik0 tolik0 self-assigned this Mar 13, 2024
@tolik0 tolik0 changed the title Source Facebook Pages: migrate API to v16.0 Source Facebook Pages: migrate API to v19.0 Mar 18, 2024
@tolik0 tolik0 closed this as completed Mar 18, 2024
@github-project-automation github-project-automation bot moved this from To Be Claimed to Done in Hacktoberfest 2023 Mar 18, 2024
@Banana-97
Copy link

Banana-97 commented Aug 20, 2024

Trying to use this API.. But im getting timeout (502) error.. Another thing is Meta released V20 API
image

@maZahaca
Copy link

Is there any work planned in here or a reason why this issue was closed?

@smdraeger
Copy link

Is there any chance that this issue us beeing fixed soon? thanks

@marcosmarxm
Copy link
Member

This issue was solved by #36015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.