简体   繁体   English

Facebook的图形API FQL

[英]facebook graph api fql

I got a path in Graph API and I'd like to convert it to an FQL query. 我在Graph API中得到了一个路径,我想将其转换为FQL查询。 is there any possible way to proceed it with only one query? 有什么可能的方法只执行一个查询就可以继续?

me?fields= photos.limit(1500).fields ( name, created_time, source, from, likes.limit(1500) ), albums.limit(1500).fields ( photos.limit(1500).fields ( name, source, likes ), name, likes.limit(1500), place, description, updated_time, cover_photo, from )

This isn't possible in one query, this should be apparent from the number of field expansions you are attempting in Graph API. 在一个查询中不可能做到这一点,这从您在Graph API中尝试的字段扩展数应该可以明显看出。 This might be possible with some multi-queries and batch calls. 对于某些多查询和批处理调用,这可能是可能的。

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

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