fql 多重查询返回未知错误代码

发布于 2024-12-21 07:12:39 字数 760 浏览 1 评论 0原文

自 12 月 13 日起,我的多查询功能在使用 oauth 2.0 之前就可以运行。我将 GET 请求发送到 https://api.facebook.com/method/fql.multiquery ?access_token=....

我是否必须更改获取数据的机制?新的 oauth 令牌是否必须以不同的方式处理和传递?

多查询参数 {'query1':'从 event_member 中选择 eid,其中 uid = 和 start_time > 1313533038','query2':'从event_member中选择eid,uid,rsvp_status,其中(rsvp_status = \“attending \”或rsvp_status = \“maybe_attending \”)和eid(从#query1中选择eid)','query3': '选择 uid、姓名、性别、从属关系、生日日期、关系状态, Meeting_sex、hs_info、education_history、work_history 来自 uid 所在的用户(从 #query2 选择 uid)','query4':'选择 event_type、event_subtype、start_time、end_time、名称、标语、描述、eid、位置、地点、活动隐私where eid in (select eid from #query1)'}

我得到的错误是“发生未知错误”

My multiquery function worked prior to the use of oauth 2.0 as of DEC 13th. I send GET requests to https://api.facebook.com/method/fql.multiquery?access_token=....

Do I have to change the mechanism by which i fetch data? is the new oauth token have to be handled differently and passed differently?

multiquery params
{'query1':'select eid from event_member where uid = and start_time > 1313533038','query2':'select eid,uid,rsvp_status from event_member where (rsvp_status=\"attending\" or rsvp_status=\"maybe_attending\") and eid in (select eid from #query1)','query3':'select uid,name,sex,affiliations,birthday_date, relationship_status, meeting_sex, hs_info, education_history, work_history from user where uid in (select uid from #query2)','query4':'select event_type,event_subtype, start_time,end_time, name,tagline, description, eid, location, venue, privacy from event where eid in (select eid from #query1)'}

The Error I get is "Unknow error occured"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羅雙樹 2024-12-28 07:12:39

这有一个错误。
https://developers.facebook.com/bugs/236539819755426

为了帮助更快地解决问题,请标记为复制并订阅它,以便您可以获得更新。

There is a bug for this.
https://developers.facebook.com/bugs/236539819755426

To help get it solved quicker mark as repro and subscribe to it so you can get updates.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文