来自多个配置文件的 Facebook FQL 和状态
想知道是否有人成功地从多个配置文件中提取雕像,如下所示:
select uid, status_id, time, message from status where uid in (?)
似乎偶尔会返回一些数据,但只是间歇性地返回,而不是提供的 uid 的完整列表。
select uid, status_id, time, message from status where uid = ?
工作正常。任何人有任何想法..?
Wondering if anyone has had any success pulling statues from multiple profiles, something like the below:
select uid, status_id, time, message from status where uid in (?)
seems to return some data occasionally, but only intermittently, and not the full list of uid's supplied.
select uid, status_id, time, message from status where uid = ?
works fine. Anyone with any ideas..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论