6

这是我刚刚收到的通知:

应用程序,目前正在使用以下已弃用的功能:非线程评论。有关此更改的更多详细信息,请参阅开发者路线图。

我查看了整个 API、开发者路线图和设置,但没有找到解决此问题的方法。我该如何解决?

4

4 回答 4

6

我的直觉是他们会根据您的应用程序使用的权限发送警报——我的应用程序不会与图表中的任何“评论”连接进行交互,但它确实具有“publish_stream”和“manage_pages”权限。

如果有人知道,请告知...

于 2013-04-29T18:16:24.087 回答
2

我收到了我的一个应用程序的相同通知。我的应用程序绝对不会读取或创建 Facebook 帖子或对象的评论(Facebook 在 4 月推出了线程评论功能)。因此,Facebook 的消息与他们发送到的每个应用程序都不相关。

此更改应仅影响阅读或发布评论的应用程序。

以下是有关评论的 API 文档的链接:http:
//developers.facebook.com/docs/reference/api/Comment/

于 2013-04-29T17:19:22.583 回答
1

I have got the following message too:

MyApp, is currently using the following deprecated features:

  • The 'page_id' field in the checkin FQL table. Please use 'target_id' instead.
  • The 'version' field in the group FQL Table and on the Graph API.
  • Non-threaded comments. Please see the developer roadmap for more details about this change.

I am sure that in my case the warning derives from my Graph API Explorer and my Django test code. That means that Facebook logs every request sent by your App and send you a warning even if you used deprecated features only once. Check it out

于 2013-06-18T14:20:33.703 回答
1

查看“迁移”部分中的设置页面。启用“2013 年 7 月重大变更”,您的通知应该有一个绿色标志通知:您的应用appname现在符合 2013 年 7 月的重大变更迁移。不需要采取进一步行动。

请务必阅读https://developers.facebook.com/roadmap/上的完整路线图。

于 2013-04-29T07:24:37.070 回答