Skip to content

Commit b897b72

Browse files
authored
feat(facebook/instagram): bump api version (iamcal#694)
1 parent d204c42 commit b897b72

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

providers/facebook.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
- https://www.facebook.com/media/set?set=*
1414
- https://www.facebook.com/questions/*
1515
- https://www.facebook.com/notes/*/*/*
16-
url: https://graph.facebook.com/v10.0/oembed_post
16+
url: https://graph.facebook.com/v16.0/oembed_post
1717
discovery: false
1818
example_urls:
19-
- https://graph.facebook.com/v10.0/oembed_post?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
19+
- https://graph.facebook.com/v16.0/oembed_post?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
2020
- docs_url: https://developers.facebook.com/docs/plugins/oembed
2121
schemes:
2222
- https://www.facebook.com/*/videos/*
2323
- https://www.facebook.com/video.php?id=*
2424
- https://www.facebook.com/video.php?v=*
25-
url: https://graph.facebook.com/v10.0/oembed_video
25+
url: https://graph.facebook.com/v16.0/oembed_video
2626
discovery: false
2727
example_urls:
28-
- https://graph.facebook.com/v10.0/oembed_video?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
28+
- https://graph.facebook.com/v16.0/oembed_video?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
2929
- docs_url: https://developers.facebook.com/docs/plugins/oembed
3030
schemes:
3131
- https://www.facebook.com/*
32-
url: https://graph.facebook.com/v10.0/oembed_page
32+
url: https://graph.facebook.com/v16.0/oembed_page
3333
discovery: false
3434
example_urls:
35-
- https://graph.facebook.com/v10.0/oembed_page?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
35+
- https://graph.facebook.com/v16.0/oembed_page?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
3636
...

providers/instagram.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
- https://instagram.com/reel/*
3030
- http://instagr.am/reel/*
3131
- https://instagr.am/reel/*
32-
url: https://graph.facebook.com/v10.0/instagram_oembed
32+
url: https://graph.facebook.com/v16.0/instagram_oembed
3333
docs_url: https://developers.facebook.com/docs/instagram/oembed
3434
example_urls:
35-
- https://graph.facebook.com/v10.0/instagram_oembed?url=https%3A%2F%2Finstagram.com%2Fp%2FV8UMy0LjpX%2F
35+
- https://graph.facebook.com/v16.0/instagram_oembed?url=https%3A%2F%2Finstagram.com%2Fp%2FV8UMy0LjpX%2F
3636
formats:
3737
- json
3838
notes:

0 commit comments

Comments
 (0)