菜鸟教程小白 发表于 2022-12-13 10:48:39

ios - 通过 API 对 vimeo 进行身份验证


                                            <p><p>我在 vimeo 上的视频样本很少,我想在 ios 应用中查看这些视频。我多次阅读 vimeo Api 文档并注册了我的应用程序,但我无法创建 token 访问和 key 。我还按照以下 vimeo 说明进行操作,从未被重定向到“OAuth 2”页面或根本没有看到任何 OAuth 2 选项卡。</p>

<p><strong>新 API 中的身份验证。</strong></p>

<blockquote>
<p>Create your API app Go to <a href="https://developer.vimeo.com/apps/new" rel="noreferrer noopener nofollow">https://developer.vimeo.com/apps/new</a>, fill out the necessary information and click “Create App”. You will be redirected to your app details page; click the “OAuth 2” tab to find the following authentication information: Client ID - A unique identifier for your application Client Secret - A secret identifier for your application, this should never be shared with anyone Client Access Token - A token that allows your app to make unauthenticated requests User Access Token - A token that allows you to make API requests authenticated as yourself (the app owner)&#34;</p>
</blockquote>

<p>有人可以帮助我如何创建访问 token 和其他 key ,然后从 ios 应用程序访问。</p>

<p>谢谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>正确的选项卡是“身份验证”。这为您提供了您的客户端 ID、客户端密码以及为您自己的帐户手动生成访问 token 的方法。</p>

<p>如果你想连接其他用户的账号,可以使用Vimeo的<a href="https://github.com/vimeo/vimnetworking" rel="noreferrer noopener nofollow">VIMNetworking library</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 通过 API 对 vimeo 进行身份验证,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32538815/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32538815/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 通过 API 对 vimeo 进行身份验证