Facebook get the object type http://graph.facebook.com/{id}

When I get the facebook graphic object, I would like to distinguish between pages and users. Problem, I did not find any criteria on the basis of which I can justify this decision.

The typeof function or almost anything will be great, but I can not find anything in the documentation.

+3
source share
1 answer

Add a query parameter metadata=1and you get a property typethat tells you what it is.

+11
source

All Articles