Closed
Description
🆒 Your use case
I realised a thumbnail was not loading using the scripts vimdeo embed and then looked at the code. It appears the script uses api v2 which is listed as deprecated here:
https://help.vimeo.com/hc/en-us/articles/12427942328209-Deprecated-APIs-libraries-and-upload-methods
🆕 The solution you'd like
The new API that should be used is here:
https://developer.vimeo.com/api/oembed/videos
It will be a major breaking change so it may be worth considering the implementation of this. Any thoughts?
🔍 Alternatives you've considered
No response
ℹ️ Additional info
My thumbnail was resolved by changing my vimeo video to public. I cannot have any other reduced visibility to use the script. I wonder if this may end up being different with the oembed api.