240 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
1
answer
147
views
Threads oEmbed Read Test Case Not Passing Despite Business Verification and Instagram oEmbed Success [closed]
I'm preparing my Facebook app for submission and have completed business verification. The Instagram oEmbed Read test case has passed and is marked green. However, the Threads oEmbed Read test case is ...
1
vote
1
answer
1k
views
Facebook Oembed Read Can't Request Advanced Access
I have a Facebook app with business verification completed. My app is a consumer app and has standard access to oEmbed read. My goal is to use the oEmbed Read feature. However, when I test its ...
2
votes
0
answers
965
views
Fetching video information using oEmbed without API key - Is it deprecated? Any limitations?
Hello Stack Overflow community,
I'm currently working on a project where I need to retrieve video information by using the video ID. My current approach involves making an API request to my backend ...
-1
votes
1
answer
226
views
What's an efficient way of finding the correct oEmbed provider for a URL?
I stumbled upon the oEmbed spec, and found they also have a providers.json file where you can find all their known oEmbed providers. It's basically one big array, with objects like these:
{
...
0
votes
1
answer
909
views
Instagram oEmbed API Invalid parameter
I have a Facebook app with advances access to oEmbed Reads permission.
For more than a year now, I've been using the Instagram oEmbed endpoint on Instagram accounts with no issues.
Since a month ago, ...
6
votes
1
answer
2k
views
How to render oembed tag url
I am using a WYSIWYG plugin for Rich Text on Strapi. Adding a media url returns the following string, which I then convert to HTML using dangerouslySetInnerHTML in React.
<figure class="media&...
0
votes
1
answer
1k
views
Youtube oembed 401 unauthorized for some videos
I'm currently facing a 401 Unauthorized error using the ruby gem "ruby-oembed" which use oEmbed and noembed libs.
I tried it directly with oembed and noembed and I got the following result
$&...
0
votes
1
answer
584
views
Mastodon Post [toot] Embed - Change to Light Theme
Mastodon offers an embed option for individual posts/toots by adding /embed at the end of the post URL. However, it seems that Mastodon always defaults to a dark theme. For example:
https://mstdn....
3
votes
0
answers
773
views
How to implement facebook oEmbed API - Not able to generate App Review
we're customising a white-label CMS solution for a customer and want to allow for facebook/insta embeds. We would like to implement this feature using facebook's and instagram's oEmbed API. However, I ...
0
votes
2
answers
1k
views
Got approved for oembed but still receiving "your use of this endpoint must be reviewed and approved by Facebook"
I'm struggling a lot with this API.
I just want my users to be able to embed Facebook & Instagram's post on my website.
I have asked access to the Oembed Read permissions.
After 5 days I got, what ...
0
votes
1
answer
2k
views
Instagram OEmbed - OAuthException 200 Provide valid app ID
I keep getting the error message:
{message: '(#200) Provide valid app ID', type: 'OAuthException', code: 200,...
I can get the HTTP Get response with curl and by entering the URL, but when trying to ...
4
votes
0
answers
1k
views
Why Wordpress Gutenberg oEmbed return 404 or "oembed_invalid_url"
I have wordpress deployed on subdirectory, like this:
example.com
example.com/blog
on number 2,
when i tried to embed video from youtube (i already check that video could be embed)
the oEmbed API ...
-2
votes
2
answers
2k
views
Wordpress ACF oEmbed field - Embedding Bandcamp content
I've set up with Advanced Custom Field a custom oEmbed field, called embed.
And it's displayed in the front end in the simplest way :
the_field('embed');
Pasting the media url from Youtube, Vimeo or ...
0
votes
1
answer
4k
views
Getting "Invalid OAuth access token." response for /instagram_oembed endpoint using Instagram Graph API
"Invalid OAuth access token." for instagram_oembed
I have gone through the required steps to create an app, add "oEmbed Read" permissions to it, submit it for app review, get ...
0
votes
1
answer
973
views
Web Component that can request another HTML URL and inject it into it's shadow DOM
I spent some time today with Lit trying to make a simple WebComponent that makes a HTTP GET to a URI, which returns a fully formed HTML document, and I want to inject said HTML document into the ...