Objects that can be accessed via FB OpenGraph are listed here
But the JSON result doesn't contain a parameter like 'object_type'. Is there a way to determine the object type of any query?
|
|
|
Sorry but I am trying to understand your question better. In my mind, you know exactly what you are querying for. If you do this https://graph.facebook.com/me/home for example, the JSON result actually includes type like this:
However if you query using this: https://graph.facebook.com/me/links the JSON result does not include type since you know you will only be getting "links" at this point. I hope I am answering your question. Edited: You can do the following: http://graph.facebook.com/1234567890?metadata=1 |
|||||||
|