Skip to content
Advertisement

Vimeo Thumbnails for private video in PHP

I have tried every single answer on this forum and couldn’t get a proper working code. So I am posting this again. I want to get the thumbnail of private and hidden Videos from Vimeo. I also have an access token generated which I tried to use with the solutions provided for the old questions which also didn’t work.

I tried this code

JavaScript

Also tried using cURL

JavaScript

The response for above cURL code is this:

JavaScript

Please suggest me a way to do this or help me find where the error is.

Advertisement

Answer

The thumbnails can be accessed by the thumbnail_url in JSON data provided by Oembed API sample : https://vimeo.com/api/oembed.json?url=https://vimeo.com/{video_id}/

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement