docs(source-facebook-pages): fix API version references and typos (#69748)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3991e28549
commit
faada3189b
@@ -8,7 +8,7 @@ Deprecated fields have been removed and new fields have been added for the strea
|
||||
[Deprecated fields API docs](https://developers.facebook.com/docs/platforminsights/page/deprecated-metrics/).
|
||||
|
||||
**Post Stream** - this version declares changes to this stream's schema, removing deprecated fields that are no longer available. Refresh stream schema and clear the stream data to continue using this stream. Please, follow Migration Steps below.
|
||||
**Post Insight Stream and Page Insights Stream** - this version removes deprecated metrics which are no longer available in the records. The Schema is not changed so refreshing the schema is not needed. It is only recommended that you Clear affected streams if you would like to have all data in one consistent format. Please, follow Migration Steps bellow for Clearing streams. Otherwise, no action is needed for these streams.
|
||||
**Post Insight Stream and Page Insights Stream** - this version removes deprecated metrics which are no longer available in the records. The Schema is not changed so refreshing the schema is not needed. It is only recommended that you Clear affected streams if you would like to have all data in one consistent format. Please, follow Migration Steps below for Clearing streams. Otherwise, no action is needed for these streams.
|
||||
|
||||
**Post Stream Metrics:**
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ This page contains the setup guide and reference information for the Facebook Pa
|
||||
To set up the Facebook Pages source connector with Airbyte, you'll need to create your Facebook Application and use both long-lived Page access token and Facebook Page ID.
|
||||
|
||||
:::note
|
||||
The Facebook Pages souce connector is currently only compatible with v15 of the Facebook Graph API.
|
||||
The Facebook Pages source connector is currently only compatible with v24 of the Facebook Graph API.
|
||||
:::
|
||||
|
||||
## Setup guide
|
||||
@@ -57,10 +57,10 @@ The Facebook Pages source connector supports the following [sync modes](https://
|
||||
|
||||
## Supported Streams
|
||||
|
||||
- [Page](https://developers.facebook.com/docs/graph-api/reference/v19.0/page/#overview)
|
||||
- [Post](https://developers.facebook.com/docs/graph-api/reference/v19.0/page/feed)
|
||||
- [Page Insights](https://developers.facebook.com/docs/graph-api/reference/v19.0/page/insights)
|
||||
- [Post Insights](https://developers.facebook.com/docs/graph-api/reference/v19.0/insights)
|
||||
- [Page](https://developers.facebook.com/docs/graph-api/reference/v24.0/page/#overview)
|
||||
- [Post](https://developers.facebook.com/docs/graph-api/reference/v24.0/page/feed)
|
||||
- [Page Insights](https://developers.facebook.com/docs/graph-api/reference/v24.0/page/insights)
|
||||
- [Post Insights](https://developers.facebook.com/docs/graph-api/reference/v24.0/insights)
|
||||
|
||||
## Data type map
|
||||
|
||||
|
||||
Reference in New Issue
Block a user