您好我写了一个FQL查询来获取有时返回结果的新闻源,并且大部分时间都返回空结果集。奇怪的部分是同一查询在从Facebook Graph API Explorer工具执行时返回正确的结果集。 我不明白为什么这个问题正在发生,让我毫无头绪。 这是我正在使用的查询
SELECT actor_id, app_id, attachment, attribution, comment_info, created_time, description, description_tags, likes, message, message_tags, place, post_id, share_count, source_id, tagged_ids, target_id, type, via_id, with_location, with_tags FROM stream WHERE (source_id = me() OR source_id IN (SELECT uid1 FROM friend WHERE uid2 = me()) ) AND (place OR type <> 237) ORDER BY created_time DESC LIMIT 300