I am working on developing a game on iOS platform, integrated with Facebook.
I searched google and found a lot of different, confusing and outdated tutorials. That's why I decided to ask here.
I would like to show player actual ranks and player results compared to friends scores. I need to keep scores for whole game and for each level separately.
I got familiar with scores connection and Open Graph Objects, however I didn't try to implement anything yet. Before I start I would like to be sure what is the best solution, and what will it take to do that. My app is going to be iOS only and I would like to avoid creating Web application.
- Can I use scores connection on iOS application to store whole game result? Was it possible recently or was it always possible?
- Is Open Graph Object a good solution to store player best result for each level?
- Is it possible to set, get and change custom object in Open Graph?
- Can I define Graph Object in simple page located on server without Facebook app configuration?
- Do I have to create Web applications to achieve my goal?
- Is it better to get list of friends from facebook and store points on my own serwer?