name = getRawString("name", json);
voteCount = getPrimitiveInt("vote_count", json);
createdTime = getISO8601Datetime("created_time", json);
votes = getPrimitiveInt("votes", json);
} catch (JSONException jsone) {
throw new FacebookException(jsone.getMessage(), jsone);
}
}