v2.1 及更高版本不推荐使用 fql
fql is deprecated for versions v2.1 and higher
我收到一条错误消息
fql is deprecated for versions v2.1 and higher
并且facebook graph 的最低版本为2.1。
那么这是否意味着 fql 现在已经成为历史。
我正在尝试以下 FQL
SELECT attachment FROM stream WHERE post_id = "id"
有什么建议
The FQL and REST APIs are no longer available in v2.1
来源:https://developers.facebook.com/docs/apps/changelog#v2_1
根据更改日志,v2.0 是 "Unavailable as of August 7, 2016",因此 FQL 不再起作用。您将不得不使用图表 API 代替:https://developers.facebook.com/docs/graph-api/reference/v2.7/post
我收到一条错误消息
fql is deprecated for versions v2.1 and higher
并且facebook graph 的最低版本为2.1。 那么这是否意味着 fql 现在已经成为历史。
我正在尝试以下 FQL
SELECT attachment FROM stream WHERE post_id = "id"
有什么建议
The FQL and REST APIs are no longer available in v2.1
来源:https://developers.facebook.com/docs/apps/changelog#v2_1
根据更改日志,v2.0 是 "Unavailable as of August 7, 2016",因此 FQL 不再起作用。您将不得不使用图表 API 代替:https://developers.facebook.com/docs/graph-api/reference/v2.7/post