user = new IdNameEntityJSONImpl(json.getJSONObject("user"));
score = getPrimitiveInt("score", json);
application = new ApplicationJSONImpl(json.getJSONObject("application"));
type = getRawString("type", json);
} catch (JSONException jsone) {
throw new FacebookException(jsone.getMessage(), jsone);
}
}