Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created a video streaming site, so thought I'd try to implement my own oembed provider for this site. After reading the oembed specs and testing you tube and vimeo's own oembed endpoints I have implemented one for my site.

Now as far as I can tell it follows the spec exactly, but I can't work out how to properly test it. Does anyone know of an oembed provider testing suite?

share|improve this question

1 Answer

We have faced the same problem. The only way we found to test our oEmbed provider is embed.ly website, where you can paste your url.

share|improve this answer
1  
Another way to test it is using reembed.me Disclaimer: I don't have any relation with this service. Another alternative could be to write a simple front end page using any jQuery Embed plugin like this one: code.google.com/p/jquery-oembed – julianm Mar 28 at 1:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.