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 a simple youtube search like this : http://gdata.youtube.com/feeds/api/videos?q='some-value'&v=2&format=5&start-index=1&max-results=10&alt=jsonc&callback='some-function'&orderby=viewCounts&sortorder=descending);

I thought I can use format=5 to get the video that's allow embedded. However, I still getting video that said " it's restricted payback from certain sites."

Any ideas?

share|improve this question

1 Answer

You're getting back a video that's embeddable on certain sites, and not embeddable on others. There's more information about embed restrictions at

http://apiblog.youtube.com/2011/12/understanding-playback-restrictions.html

share|improve this answer

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.