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'm trying to debug some odd behavior where the auth.logout event is being triggered even though the user isn't logged in. I have a red-handed stacktrace of the event firing from FB.provide.setAuthResponse. However, when I grep the connect-js source, I find that the string "setAuthResponse" doesn't even exist in the project.

Clearly the source code at https://github.com/facebook/connect-js is obsolete. Why is this? Given the extremely buggy nature of Facebook's API and SDK, how does FB expect us to get any work done without essential debugging tools?

share|improve this question
Why don't ask facebook? :-) – Sergio Tulentsev Dec 24 '11 at 0:34
1  
As far as I can tell, Facebook has abandoned any pretense of platform support and now relies entirely on stackoverflow. – stickfigure Dec 24 '11 at 17:18

closed as not a real question by casperOne Dec 25 '11 at 2:16

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I'm pretty sure that connect-js is deprecated. You should be using the javascript SDK for everything now. As a general rule of thumb with Facebook, if it's been around for 6 months it will probably be deprecated soon.

https://developers.facebook.com/docs/reference/javascript/

share|improve this answer
As I understand it, the Javascript SDK is connect-js. Or rather was. If Facebook has decided to abandon the github source, where is the announcement? – stickfigure Dec 24 '11 at 17:20
I would agree it was connect-js. I think they more migrated to loading the js lib from their servers. Thus the latest update is always in place. Finding the "announcement" could be difficult. There is a lot documentation that is still available that has been deprecated. But you can't tell from the documentation. – Brent Baisley Dec 24 '11 at 17:33

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