ive a question about new Open-Graph Object-types. What is the best way to define objects?
In my Application Database all objects are organized in a hierarchical tree.
e.g. Video->TV-Show->Comedy...
I. Should I use the Object-Type to manage meta categories? Like video.movie, video.tv_shown in the example action “watch”?
https://developers.facebook.com/docs/beta/opengraph/actions/builtin/
What if not all of my objects has the meta type video.
Maybe ive to handle also Game.shooter, game.strategy...
maybe I need some sub-types like video.tv_show.comedy , video.tv_show.talk...
With Facebook insights Filter Function couldn’t aggregate about all videos, just over every single type right?
https://developers.facebook.com/docs/beta/opengraph/analytics/
II. Can I filter about Action Attributes or something else? Maybe create a Category-Object Type and post it with an Action?
So i would have an object:
object-type: Video.tv_show
title: How I met your mother
categorie : Comedy ( Link to Category-Type object)
How to aggregate over these? Should I run the analyze inside the app?