i created pages in facebook.Public can upload video on my page. how to display video from facebook pages to my website??(with thumbnail)
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.
|
|
|
Here’s a simple trick that will let you embed any Facebook video into your web pages. facebook videos Every video uploaded on to Facebook has a unique ID that you can find in the browser’s address bar (look for the value of parameter "v"). Copy that number and replace it with xxx in the code below.
|
|||||
|
|
use Facebook Graph API. First, use Page to get the posts with type video, then use Video to get the video. For FQL, I think you have query similar to this:
Thumbnail is in For Graph API, you use something like: ( Try it here )
the thumbnail is at |
|||||||||||
|