菜鸟教程小白 发表于 2022-12-13 07:56:16

ios - 显示用户的 Twitter 提要


                                            <p><p>我想像图片 <img src="/image/IJbqD.png" alt="enter image description here"/> 那样显示 twitter 提要</p>

<p>有必要为此做<strong>“OAuth”</strong>吗?我正在尝试使用 <a href="http://twitter.com/oauth_clients/new" rel="noreferrer noopener nofollow">this url</a> 进行“OAuth” . <br/>
它正在给予:</p>

<pre><code>Access denied Sorry, you&#39;re not allowed to access that page.
</code></pre>

<p>Twitter 提要应该是用户,我会给用户名而不是登录模拟器或设备的用户。我关注 <a href="http://code.tutsplus.com/tutorials/twitter-api-iphone--mobile-2829" rel="noreferrer noopener nofollow">this tutorial</a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>“Twitter 使应用程序能够代表应用程序本身发出经过身份验证的请求”<a href="https://dev.twitter.com/docs/auth/application-only-auth" rel="noreferrer noopener nofollow">https://dev.twitter.com/docs/auth/application-only-auth</a> </p>

<p>您可以使用 - <a href="https://github.com/austinfitzpatrick/AFTweetFetcher" rel="noreferrer noopener nofollow">AFTweetFetcher</a> - “使用新的 1.1 API 从 twitter 检索推文的简单类,无需用户进行身份验证或在其设备上存储 twitter 帐户”</p>

<p>所有你需要的:<code>ConsumerKey</code> 和 <code>ConsumerSecret</code> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 显示用户的 Twitter 提要,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/23754066/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/23754066/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 显示用户的 Twitter 提要