简体   繁体   English

是否可以在Facebook图形API中搜索taggable_friends

[英]Is it possible to search taggable_friends in Facebook graph api

I want to search the taggable friends by query(eg name). 我想通过查询(例如名称)搜索可标记的朋友。
Is it possible with to use me/taggable_friends or /search ? 是否可以使用me/taggable_friends/search

Should I fetch all taggable_friends, and filter in local ? 我应该获取所有taggable_friends并在本地进行过滤吗?

Thanks! 谢谢!

There is no way to search through the list with the API, the best way is to get the first batch and present it to the user. 无法使用API​​搜索列表,最好的方法是获取第一批并将其呈现给用户。 It will most likely include the friends he wants to tag. 它很可能包括他要标记的朋友。 If not, let the user load the next batch of friends with the pagination strings in the result. 如果不是,请让用户使用结果中的分页字符串加载下一批朋友。

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

相关问题 Facebook Graph API taggable_friends提供无效范围错误 - Facebook Graph API taggable_friends giving invalid scope ERROR 替代Facebook Graph API的“ taggable_friends” - Alternative to Facebook Graph API's “taggable_friends” v2.0 facebook graph api 没有通过 taggable_friends 从 graph api 获取用户 ID - v2.0 facebook graph api not getting user id from graph api via taggable_friends 如何通过Open Graph标签朋友使用facebook api taggable_friends - How to use facebook api taggable_friends by Open Graph tag friend facebook通过taggable_friends从图表api获取用户ID - facebook getting user id from graph api via taggable_friends Facebook API-对/ taggable_friends端点的排序结果 - Facebook API - Sort resutls of /taggable_friends endpoint 实用视图中的Swift Facebook taggable_friends - Swift facebook taggable_friends in uitable view 适当使用API​​:`/ me / taggable_friends` - The appropriate usage of the API : `/me/taggable_friends` Graph API-meaww和nametests如何在没有taggable_friends的情况下获取我的朋友列表? - Graph API - how meaww and nametests get my friends list without taggable_friends? iOS FBOpenGraphAction和taggable_friends - iOS FBOpenGraphAction and taggable_friends
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM