简体   繁体   English

图 api 如何在任何帖子中获得最新标记的朋友?

[英]How graph api get latest tagged friend in any post?

How can I get latest tagged friend post/comment/media whatever user tagged or friend of user tagged it.我如何获得最新标记的朋友帖子/评论/媒体,无论用户标记或用户的朋友标记它。 Is it about mention-tagging ?是关于提及标记吗?

FYI : The idea of app that I trying to do is get how many days since user and selected friend were in the same post/comment/media ?仅供参考:我尝试做的应用程序的想法是从用户和选定的朋友在同一个帖子/评论/媒体中获得多少天?

/me/taggable_friends is for tagging only, so you would only be allowed to use /me/friends - and that endpoint will only return friends who authorized your App too, so the App idea is not really possible when it comes to friends. /me/taggable_friends仅用于标记,因此您只能使用/me/friends - 而且该端点也只会返回授权您的应用程序的朋友,因此对于朋友而言,应用程序的想法是不可能的。

About getting the tagged photos, there is information and example code in the docs: https://developers.facebook.com/docs/graph-api/reference/user/photos/关于获取标记照片,文档中有信息和示例代码: https : //developers.facebook.com/docs/graph-api/reference/user/photos/

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

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