views:

234

answers:

1

I'm doing a game that will connect to facebook once conected the game uploads your score and shows you a table with the score of your friends.

I try to create an object to store data, but i couldn't do it.

then I read this on the Data Store API documentation: Except for the User Preference API methods, all Data Store API methods have been disabled for desktop applications.

Is my game an desktop application? if not, how can i do for store the points of the players in the facebook application?

I'm so sorry for mi english, I speak spanish.

+1  A: 

If you want to store your game data, you have to create your own database and a webservice to connect your clients with that database. There's no way around it. But there're several helpful question on that topic on stackoverflow.

An alternative be would using online services like http://iphonelb.com/

Good Luck!

Henrik P. Hessel
Yes, the application is a "Desktop" application.
infamouse