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
Tag: vimeo
How can PHP pull the JSON data from VIMEO API and print it on XML file?
I am calling the following Vimeo API to return all the videos under the specific videos. What I was trying to achieve is to only pull the particular JSON data that I desire to. “uri” and “name” is the only data that i need. And how can I print this thing to a XML file? https://developer.vimeo.com/api/reference/folders#get_project_videos BTW this is my
Vimeo API: cannot delete because official SDK is using a wrong url
Environment Debian 9 PHP 7.2 Vimeo package version in composer.json: “vimeo/vimeo-api”: “^3.0.2” resolved as version 3.0.2 The goal Given a vimeo content url, delete the video. For example: …
Vimeo video link regex
Anybody got the regex for vimeo video links to extract them from a pragraph for use in php? Can’t seem to find a proper one for the latest vimeo url scheme Answer As far as I can tell, the scheme is just http://vimeo.com/A_NUMBER, so try http://(www.)?vimeo.com/(d+). If you don’t need links to be prefixed by http://, you can leave off