【发布时间】:2015-04-08 18:14:01
【问题描述】:
如果我查询 api 请求以获取我得到的事件位置:
{
"error": {
"message": "(#12) location field is deprecated for versions v2.3 and higher",
"type": "OAuthException",
"code": 12
}
}
我正在根据 Facebook 活动制作派对日历。没有位置应用就没用了..有什么办法吗?
【问题讨论】:
-
感兴趣的相同问题我将版本 2.3 更改为 2.2 它的工作,但我必须在 android 中做。