简体   繁体   English

端点/ tags / tag / media / recent未显示所有相关帖子

[英]Endpoint /tags/tag/media/recent is not showing all related posts

I am using the tag-Endpoint without OAuth to get all posts containing the Hasthag "#hierfuereuch". 我正在使用没有OAuth的标记端点来获取所有包含Hasthag“ #hierfuereuch”的帖子。 It works and returns nearly all matching posts, except some of the posts from the account http://instagram.com/antenne1d e . 它可以工作并返回几乎所有匹配的帖子,但帐户http://instagram.com/antenne1d e中的某些帖子除外。 This is also the account the client-id is registered to. 这也是客户端ID注册到的帐户。

This is the API-Call I am doing via PHP: https://api.instagram.com/v1/tags/hierfuereuch/media/recent?client_id=XXXXXXXXXXXXXX 这是我通过PHP执行的API调用: https : //api.instagram.com/v1/tags/hierfuereuch/media/recent?client_id=XXXXXXXXXXXXXX

This post is in the result-list: http://instagram.com/p/j8JTepLcS-/ 这篇文章在结果列表中: http : //instagram.com/p/j8JTepLcS-/

But this post is not: http://instagram.com/p/j94msxrcTB/ 但是这篇文章不是: http : //instagram.com/p/j94msxrcTB/

This is the site where the content should show up: http://www.hierfuereuch.de/ 这是应该显示内容的站点: http : //www.hierfuereuch.de/

You can also use my testing API which returns JSON. 您还可以使用我的测试API,该API返回JSON。 Get the last 10 posts containing the hashtag #hierfuereuch: http://antenne1.tower5.felixhagspiel.de/api/instagram?tag=true 获取包含#hierfuereuch主题标签的最近10条帖子: http ://antenne1.tower5.felixhagspiel.de/api/instagram ? tag=true

Does anybody know how to fix this? 有人知道如何解决此问题吗? We also tried posting the exact same Posts (same picture, same caption) with another Instagram-Account and it worked. 我们还尝试过与另一个Instagram帐户发布完全相同的帖子(相同的图片,相同的标题),并且可以正常工作。 Is there maybe a Problem related to the Account? 帐户可能有问题吗? The Instgram-supportsite is a joke and unfortunately they canceled direct EMail-Support. Instgram支持站点是一个玩笑,不幸的是,他们取消了直接的电子邮件支持。

Thank you in advance! 先感谢您!

It seems that the problem was that alot of people accessed the account from different devices and from different applications (I think the access via unofficial applications was the main problem). 看来问题出在很多人从不同的设备和不同的应用程序访问该帐户(我认为通过非官方应用程序进行访问是主要问题)。 The instagram-servers then flagged it automatically as suspicious which made it impossible to retrieve feeds via the public search-API. 然后,instagram服务器自动将其标记为可疑,这使得不可能通过公共搜索API检索供稿。 However, if you use your own token you can retrieve the posts from your side. 但是,如果您使用自己的令牌,则可以从自己的位置检索帖子。 Unfortunately instagram support needs ages to respond and they did not unflag the account when I told them that the behaviour is normal (maybe it is just not possible for the support to unflag an account). 不幸的是,instagram支持需要一定的年龄才能做出响应,并且当我告诉他们行为正常时,他们并没有取消对帐户的标记(也许支持人员无法取消对帐户的标记)。

Hope this helps if you ran into the same problem. 希望这对您遇到同样的问题有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM