@nangohq/providers 0.59.2 → 0.59.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/providers.yaml +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.59.
|
|
3
|
+
"version": "0.59.3",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.59.
|
|
14
|
+
"@nangohq/types": "0.59.3",
|
|
15
15
|
"vitest": "3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -3575,8 +3575,8 @@ facebook:
|
|
|
3575
3575
|
- marketing
|
|
3576
3576
|
- social
|
|
3577
3577
|
auth_mode: OAUTH2
|
|
3578
|
-
authorization_url: https://www.facebook.com/
|
|
3579
|
-
token_url: https://graph.facebook.com/
|
|
3578
|
+
authorization_url: https://www.facebook.com/v22.0/dialog/oauth
|
|
3579
|
+
token_url: https://graph.facebook.com/v22.0/oauth/access_token
|
|
3580
3580
|
proxy:
|
|
3581
3581
|
base_url: https://graph.facebook.com
|
|
3582
3582
|
docs: https://docs.nango.dev/integrations/all/facebook
|