Is there a graph API call to know if a given account is Business accounts or personal account?
When I call the graph API like this,
http://graph.facebook.com/11234545656556 (the number is fake for now)
I do not get any data point that tells me that this is a business account and therefore has no name/username etc..
I only get this response type
{"id": "11234545656556",
"link": "http://www.facebook.com/profile.php?id=11234545656556",
"email": "myemail@mail.com,
"timezone": 0,
"locale": "en_US",
"verified": true,
"updated_time": "2012-05-31T22:32:52+0000",
"type": "user"}
Is there an API call to know the type of the account?