Skip to content

Commit

Permalink
🎉 Source Facebook Pages: bump FB API version (#7128)
Browse files Browse the repository at this point in the history
* Upd FB API version

* Upd changelog

* Exclude fields with extra permissions required
  • Loading branch information
gaart authored Oct 22, 2021
1 parent 0c93274 commit cb6408a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "010eb12f-837b-4685-892d-0a39f76a98f5",
"name": "Facebook Pages",
"dockerRepository": "airbyte/source-facebook-pages",
"dockerImageTag": "0.1.1",
"dockerImageTag": "0.1.2",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-facebook-pages",
"icon": "facebook.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
- sourceDefinitionId: 010eb12f-837b-4685-892d-0a39f76a98f5
name: Facebook Pages
dockerRepository: airbyte/source-facebook-pages
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
documentationUrl: https://hub.docker.com/r/airbyte/source-facebook-pages
icon: facebook.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/source-facebook-pages
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"category_list",
"checkins",
"company_overview",
"connected_instagram_account",
"connected_page_backed_instagram_account",
"contact_address",
"country_page_likes",
Expand Down Expand Up @@ -157,7 +156,6 @@
"hours",
"impressum",
"influences",
"instagram_business_account",
"is_always_open",
"is_chain",
"is_community_page",
Expand Down Expand Up @@ -241,7 +239,6 @@
"call_to_actions",
"canvas_elements",
"commerce_merchant_settings",
"custom_labels",
"events",
"feed",
"global_brand_children",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class FacebookPagesStream(HttpStream, ABC):
url_base = "https://graph.facebook.com/v11.0/"
url_base = "https://graph.facebook.com/v12.0/"
primary_key = "id"
data_field = "data"

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/facebook-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ You can easily get the page id from the page url. For example, if you have a pag

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.2 | 2021-10-18 | [7128](https://github.com/airbytehq/airbyte/pull/7128) | Upgrade Facebook API to v.12 |
| 0.1.1 | 2021-09-30 | [6438](https://github.com/airbytehq/airbyte/pull/6438) | Annotate Oauth2 flow initialization parameters in connector specification |
| 0.1.0 | 2021-09-01 | [5158](https://github.com/airbytehq/airbyte/pull/5158) | Initial Release |

0 comments on commit cb6408a

Please sign in to comment.