问题
In my iOS app i want to display the videos of a particular account in Vimeo, i have completed the OAuth steps. I used videos.getAll method and it give the response in json format, it gives the details of video. I have retrieved the video id's. I want to use collection view to display the videos. Is there a way to get the thumbnails for those videos,to display them in collection view.Thank you
回答1:
I got it we just have to use the video.getThumbnailUrls method from vimeo advanced api..
来源:https://stackoverflow.com/questions/18461640/parsing-vimeo-json-response