Skip to content

Commit

Permalink
source-facebook-marketing: update docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Nov 22, 2024
1 parent 9930d28 commit 724bbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ def spec(self, *args, **kwargs) -> ConnectorSpecification:
(e.g: username and password) required to run this integration.
"""
return ConnectorSpecification(
documentationUrl="https://docs.airbyte.com/integrations/sources/facebook-marketing",
changelogUrl="https://docs.airbyte.com/integrations/sources/facebook-marketing",
documentationUrl="https://go.estuary.dev/facebook-marketing",
supportsIncremental=True,
supported_destination_sync_modes=[DestinationSyncMode.append],
connectionSpecification=ConnectorConfig.schema(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
],
"additionalProperties": false
},
"documentationUrl": "https://docs.airbyte.com/integrations/sources/facebook-marketing",
"documentationUrl": "https://go.estuary.dev/facebook-marketing",
"oauth2": {
"provider": "facebook",
"authUrlTemplate": "https://www.facebook.com/v19.0/dialog/oauth?client_id={{#urlencode}}{{{ client_id }}}{{/urlencode}}&redirect_uri={{#urlencode}}{{{ redirect_uri }}}{{/urlencode}}&state={{#urlencode}}{{{ state }}}{{/urlencode}}&scope=ads_management,ads_read,read_insights,business_management",
Expand Down

0 comments on commit 724bbf4

Please sign in to comment.