FacebookApiException

////////////////////////////////////

class FacebookApiException : Exception {
string token;
string scopeRequired;
}

Meta