5

I recently got a notice that I'm using one or more obsolete calls which will impact the website shortly. The problem is that I can't find any useful documentation to determine which call is obsolete and every call that I'm making seems to still be ok.

Can anybody tell me which one of these calls is obsolete?

FB.init
FB.Event.subscribe  // auth.login, auth.logout
FB.getLoginStatus
FB.api
FB.login
FB.logout

As announced in the Facebook Developer blog, Facebook is in the process of removing methods from the Javascript SDK that are not officially supported. Your app "MY APP" (MY APP NUMBER) has been identified as using such methods, and we are informing you about this now so that you can make the necessary changes to avoid your application being affected when we first make these methods into empty stubs, and subsequently when we remove them.

Thanks! Brett

4

3 回答 3

1

对于这封电子邮件的含糊之处,我深表歉意,但我可以向您保证,如果您使用这些方法,那么您是安全的。

收到此电子邮件的常见原因是

  • 使用使用这种方法的第三方组件(许多 Flash SDK 都这样做)
  • 使用这种方法的扩展程序浏览您网站的用户
  • 有人从你那里复制粘贴代码,继承你的 appId
  • 有人在他们的 appId 中有错字,所以它与你的匹配
于 2012-07-20T04:24:04.717 回答
1

问:你看过这里吗:

问:你能告诉我们这个“通知”的具体内容吗?

附录:

于 2012-07-17T22:52:24.360 回答
-1

我想......你确定你有什么App ID吗?(完成的应用程序)您不能在其他应用程序上使用此应用程序 ID。检查它: https ://developers.facebook.com/apps

于 2012-07-19T06:12:09.267 回答