Skip to content

Commit 23a9ac6

Browse files
fix(source-facebook-pages): use correct pagination parameter name (#70248)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: kat@airbyte.io <kat@airbyte.io>
1 parent a4bfeec commit 23a9ac6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

airbyte-integrations/connectors/source-facebook-pages/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 010eb12f-837b-4685-892d-0a39f76a98f5
13-
dockerImageTag: 2.0.2
13+
dockerImageTag: 2.0.3
1414
dockerRepository: airbyte/source-facebook-pages
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/facebook-pages
1616
githubIssueLabel: source-facebook-pages

airbyte-integrations/connectors/source-facebook-pages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "2.0.2"
6+
version = "2.0.3"
77
name = "source-facebook-pages"
88
description = "Source implementation for Facebook Pages."
99
authors = [ "Airbyte <contact@airbyte.io>",]

airbyte-integrations/connectors/source-facebook-pages/source_facebook_pages/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ definitions:
3434
stop_condition: "{{ response.paging == '' or not response.paging.get('next') }}"
3535
page_size: 100
3636
page_size_option:
37-
field_name: "page_size"
37+
field_name: "limit"
3838
inject_into: "request_parameter"
3939
page_token_option:
4040
type: RequestOption

docs/integrations/sources/facebook-pages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ See Facebook's [documentation on rate limiting](https://developers.facebook.com/
9797

9898
| Version | Date | Pull Request | Subject |
9999
|:--------|:-----------|:---------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
100+
| 2.0.3 | 2025-12-01 | [70248](https://github.com/airbytehq/airbyte/pull/70248) | Use correct pagination parameter name (`limit` instead of `page_size`) |
100101
| 2.0.2 | 2025-12-01 | [70258](https://github.com/airbytehq/airbyte/pull/70258) | Use Post stream for check, handle 400 error in Page stream |
101102
| 2.0.1 | 2025-11-27 | [70242](https://github.com/airbytehq/airbyte/pull/70242) | Refresh in-app documentation to reflect v24 API version |
102103
| 2.0.0 | 2025-11-18 | [69714](https://github.com/airbytehq/airbyte/pull/69714) | Upgrade Facebook API to v24.0 |

0 commit comments

Comments
 (0)