You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### .setProviderList(Array of provider definitions)
81
103
82
104
Sets the list of providers to use, overriding the defaults.
@@ -93,17 +115,17 @@ For the expected format, see the
93
115
List of resource providers is a clone of [oembed.com](http://oembed.com/providers.json) and available [here](https://raw.githubusercontent.com/ndaidong/oembed-parser/master/src/utils/providers.json).
94
116
95
117
96
-
## Changes with Instagram
118
+
## Facebook and Instagram
97
119
98
-
Since October 24 2020, Facebook have deprecated their legacy urls and applied a new Facebook oEmbed endpoints. Please update your `oembed-parser` version to v1.4.2 to be able to extract Instagram links.
120
+
Since October 24 2020, Facebook have deprecated their legacy urls and applied a new Facebook oEmbed endpoints.
121
+
Please update your `oembed-parser` version to v1.4.2 or later to be able to extract oembed data from Instagram and Facebook.
99
122
100
-
Technically, now we have to use Facebook Graph API, with the access token from a valid and live Facebook app. By default, `oembed-parser` build Graph API endpoint using a pre-existing access token. Althrough it should work in almost cases. However, we recommend to add your own ones.
123
+
Technically, now we have to use Facebook Graph API, with the access token from a valid and live Facebook app.
0 commit comments