I am using Facebook-Unity SDK in a game. I have different Levels like Candy Crush Saga and i want to save Players best score in every level on Facebook. and also current Level at which a person is playing. I guess i can not achieve this using Score API. I want to use Open Graph by creating Actions, Objects and Stories. But i don't know how to structure my Data in appropriate way.
Data which i have to Store for each player:
- Current Level of Player (int).
- Best Score of Player in each Level (int).
So how should i setup my Objects in Open Graph. Any suggestion will be appreciated.