Facebook Graph API: How to check if an object is a user and not another type of object
20:08 10 Apr 2014

Of course you can use http://graph.facebook.com/{object_id} to get a JSON response for that object. However, for my application I want to determine if the object returned is a user and not a page, group, or any other object. Or in other words, I want to query only users.

Is this possible?

I've looked through the Graph API docs, but I can't find a way to ask/query for only users.

facebook facebook-graph-api