dtnd30892 2015-06-09 12:34
浏览 141

如何从vimeo私有视频中获取私有元数据

Hi i cant able to fetch the private meta data like title, duration,image,etc... from the private access video's in Vimeo. Can any one help me to find a solution for this?

I uploaded one video in my account with private mode. I cant able to fetch the meta data details too.

I am using PHP to fetch the details.

  • 写回答

2条回答 默认 最新

  • doujiushi9007 2015-06-16 17:55
    关注

    This is very similar to: Get URL/Embed code to private Vimeo videos programatically

    Unfortunately the answer there has not been marked as the answer, a necessary step to link the two questions together, so I'll repost it here.


    1. Register an API app on https://developer.vimeo.com/apps

    This is necessary for every API app. We need to know who is using our system, and how to contact them if necessary.

    1. Generate an access token.

    There is general documentation at https://developer.vimeo.com/api/authentication, but you will likely be using the "single user application" workflow. It's a lofty title for "generate an access token via the UI on your application page, then hard code it into your app". This access token will interact with the API on behalf of the user who registered the application.

    1. Request your video information.

    There are many different API calls to get video information. You can find these at https://developer.vimeo.com/api/endpoints. /me/videos will show all of the authenticated users videos, /videos/{video_id} will show a single video.


    One extra note, if you are using PHP you should use the official Vimeo PHP library: https://github.com/vimeo/vimeo.php

    评论

报告相同问题?

悬赏问题

  • ¥15 jupyterthemes 设置完毕后没有效果
  • ¥15 matlab图像高斯低通滤波
  • ¥15 针对曲面部件的制孔路径规划,大家有什么思路吗
  • ¥15 钢筋实图交点识别,机器视觉代码
  • ¥15 如何在Linux系统中,但是在window系统上idea里面可以正常运行?(相关搜索:jar包)
  • ¥50 400g qsfp 光模块iphy方案
  • ¥15 两块ADC0804用proteus仿真时,出现异常
  • ¥15 关于风控系统,如何去选择
  • ¥15 这款软件是什么?需要能满足我的需求
  • ¥15 SpringSecurityOauth2登陆前后request不一致