Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
I'm assuming FB.logo is supposed to be FB.logout? As far as I can see none of these are "obsolete"? – RobIII Jul 17 '12 at 22:49
1  
Your question is as vague as the "notice" you got. Could you please tell us a bit more about who sent it, and exactly what they say??? – paulsm4 Jul 17 '12 at 22:50
I've added their notice and fixed FB.logout – Brett Miller Jul 17 '12 at 23:22
@Brett Miller: thanx for the update. The links I gave below are still probably your best bets. Here's the "Facebook Developer Blog". You're interested in the "Operation Developer Love" entries. 'Hope that helps. – paulsm4 Jul 18 '12 at 1:22
I got the same email from Facebook too, but no idea which method is going to be deprecated. I used FB.init, FB.api, FB.getLoginStatus and FB.Event.subscribe – Alan Jul 18 '12 at 2:50

3 Answers

Q: Have you looked here:

Q: Could you tell us exactly what this "notice" said?

ADDENDUM:

share|improve this answer

I think... are you sure what App ID do you have? (completed application) you can't use this App ID on the other App. check it: https://developers.facebook.com/apps

share|improve this answer

I'm sorry for the vagueness of this email, but I can assure you, if these are the methods you use, then you are safe.

Common reasons for getting this email are

  • using a third-party component that use such a method (many flash SDK's do this)
  • users browsing your site with an extension that use such a mehtod
  • someone copy-pasting code from you, inheriting your appId
  • someone having a typo in their appId, so that it matches yours
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.