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?