Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save metafeather/202984 to your computer and use it in GitHub Desktop.
Save metafeather/202984 to your computer and use it in GitHub Desktop.
// Seen in the Facebook Client library
} catch (e) {
if (e.number == -2146828218) {
//Permission denied
return;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment