Skip to content

Commit

Permalink
feat(facebook/instagram): bump api version (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablotny authored Jul 5, 2023
1 parent d204c42 commit b897b72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions providers/facebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
- https://www.facebook.com/media/set?set=*
- https://www.facebook.com/questions/*
- https://www.facebook.com/notes/*/*/*
url: https://graph.facebook.com/v10.0/oembed_post
url: https://graph.facebook.com/v16.0/oembed_post
discovery: false
example_urls:
- https://graph.facebook.com/v10.0/oembed_post?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
- https://graph.facebook.com/v16.0/oembed_post?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
- docs_url: https://developers.facebook.com/docs/plugins/oembed
schemes:
- https://www.facebook.com/*/videos/*
- https://www.facebook.com/video.php?id=*
- https://www.facebook.com/video.php?v=*
url: https://graph.facebook.com/v10.0/oembed_video
url: https://graph.facebook.com/v16.0/oembed_video
discovery: false
example_urls:
- https://graph.facebook.com/v10.0/oembed_video?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
- https://graph.facebook.com/v16.0/oembed_video?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
- docs_url: https://developers.facebook.com/docs/plugins/oembed
schemes:
- https://www.facebook.com/*
url: https://graph.facebook.com/v10.0/oembed_page
url: https://graph.facebook.com/v16.0/oembed_page
discovery: false
example_urls:
- https://graph.facebook.com/v10.0/oembed_page?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
- https://graph.facebook.com/v16.0/oembed_page?url=https%3A%2F%2Fwww.facebook.com%2FCDC&access_token=96481
...
4 changes: 2 additions & 2 deletions providers/instagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
- https://instagram.com/reel/*
- http://instagr.am/reel/*
- https://instagr.am/reel/*
url: https://graph.facebook.com/v10.0/instagram_oembed
url: https://graph.facebook.com/v16.0/instagram_oembed
docs_url: https://developers.facebook.com/docs/instagram/oembed
example_urls:
- https://graph.facebook.com/v10.0/instagram_oembed?url=https%3A%2F%2Finstagram.com%2Fp%2FV8UMy0LjpX%2F
- https://graph.facebook.com/v16.0/instagram_oembed?url=https%3A%2F%2Finstagram.com%2Fp%2FV8UMy0LjpX%2F
formats:
- json
notes:
Expand Down

0 comments on commit b897b72

Please sign in to comment.