菜鸟教程小白 发表于 2022-12-12 16:45:30

ios - 将我的 YouTube channel 提取(获取)到我的 iOS 应用程序中


                                            <p><div>
            <aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
      <div class="d-flex fd-column fw-nowrap">
            <div class="d-flex fw-nowrap">
                <div class="flex--item wmn0 fl1 lh-lg">
                  <div class="flex--item fl1 lh-lg">
                        <b>已结束。</b>此问题不符合 <a href="https://stackoverflow.com/help/closed-questions" rel="noreferrer noopener nofollow">Stack Overflow guidelines</a> .它目前不接受答案。
                        
                  <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><ol>
<li>你必须得到 <a href="https://developers.google.com/youtube/v3/guides/authentication" rel="noreferrer noopener nofollow">OAuth2</a>完成。</li>
<li>做一个<a href="https://developers.google.com/youtube/v3/docs/channels/list" rel="noreferrer noopener nofollow">channels-&gt;list</a>使用 mine=true 请求。</li>
<li>获取 <a href="https://developers.google.com/youtube/v3/docs/channels#contentDetails.relatedPlaylists.uploads" rel="noreferrer noopener nofollow">relatedPlayists-&gt;uploads</a>播放列表</li>
<li>调用 <a href="https://developers.google.com/youtube/v3/docs/playlistItems/list" rel="noreferrer noopener nofollow">playListItems-&gt;list</a>使用播放列表 ID 获取 videoId。</li>
</ol></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 将我的 YouTubechannel 提取(获取)到我的 iOS 应用程序中,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/20192513/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/20192513/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 将我的 YouTube channel 提取(获取)到我的 iOS 应用程序中