It used to be the case that you could test for the presence of a valid api key in the Javascript API by checking FB._apiKey. However, it looks like that has gone away in the latest deprecations to the API (https://developers.facebook.com/blog/post/2012/05/16/platform-updates--operation-developer-love/):
In the upcoming weeks, we will be updating the Javascript SDK to limit the publicly exposed interface. This is part of an ongoing process to improve the reliability of the SDK. The first step will include removing access to all internal properties and to methods prefixed with _.
So: Is there another way to get at what was previously available via FB._apiKey?