I am loading in some graph data and want to check for error so I can hide the element and avoid broken code on the page.
If there is a problem Facebook responds with something like this:
{
"error": {
"type": "OAuthException",
"message": "(#803) Some of the aliases you requested do not exist: asd"
}
}
How do I check for that?