Giving You Control Over New Features - http://developers.facebook.com/news...
I guess we can take this out of our codebase now. if (o instanceof JSONArray) { ... } else { // Note: As of 21 May 2009, Facebook returns "{}" instead of // an empty array. log.info("user_getInfo did not return a JSON array but " + o); return emptyList(); } - Jared Jacobs