菜鸟教程小白 发表于 2022-12-13 05:24:11

ios - 第三方应用程序在 IOS 中的 Instagram 自动发布或一键分享


                                            <p><p>在我的应用中,我必须<strong>在不打开 Instagram 应用的情况下在 Instagram 上分享带有文字的图片</strong>。我想一键分享。我找到了这个 2 岁的帖子 <a href="https://stackoverflow.com/questions/11393071/how-to-share-an-image-on-instagram-in-ios" rel="noreferrer noopener nofollow">How to share an image on Instagram in iOS?</a> .</p>

<p>但它是说我们必须打开 Instagram。</p>

<p>那么,是否可以在不打开 UIDocumentInteractionController 的情况下在后台或用户一键分享 Instagram 上的图像?
寻找最佳解决方案。提前致谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>iOS 为您提供的所有方式都会以某种形式呈现 Instagram 用户界面——Apple 不希望恶意应用能够在未经用户同意的情况下发布。发送电子邮件、SMS 消息等也是如此。</p>

<p>因此,下一个选择是以某种方式直接与 Instagram 服务器通信。</p>

<p>来自 <a href="http://instagram.com/developer/endpoints/media/" rel="noreferrer noopener nofollow">Instagram API documentation</a> :</p>

<blockquote>
<p>At this time, uploading via the API is not possible. We made a
conscious choice not to add this for the following reasons:</p>

<ol>
<li>Instagram is about your life on the go – we hope to encourage photos
from within the app.</li>
<li>We want to fight spam &amp; low quality photos. Once
we allow uploading from other sources, it&#39;s harder to control what
comes into the Instagram ecosystem. All this being said, we&#39;re working
on ways to ensure users have a consistent and high-quality experience
on our platform.</li>
</ol>
</blockquote>

<p>另一种选择是逆向工程。这可能会很痛苦,会违反服务条款,可能会在某个时候停止工作,并且会让 Instagram 生你的气。我发现这个似乎已经做过的人的博客文章,但我没有测试过,不建议你这样做。 (不过学习体验不错)</p>

<p> <a href="http://lancenewman.me/posting-a-photo-to-instagram-without-a-phone/" rel="noreferrer noopener nofollow">http://lancenewman.me/posting-a-photo-to-instagram-without-a-phone/</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 第三方应用程序在 IOS 中的 Instagram 自动发布或一键分享,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/28559751/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/28559751/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 第三方应用程序在 IOS 中的 Instagram 自动发布或一键分享