parsing vimeo json response

我与影子孤独终老i 提交于 2020-01-06 08:11:26

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!