views:

47

answers:

0

Hello,

I am currently developing an iPhone app that will allow the user to upload his high score on facebook and compare his highscore with other friends (facebook users). This gives rise to two questions:

  1. How can I upload the score (an integer) on facebook? I have created the app on facebook and it is possible to send feedstories and other basic things. I suspect it has something to do with the Data Store Admin, right? There I have already created an Object Type and a property (integer). When I want to save more informations, such as for example save a string should I add a property to the same object type or create a new Object Type? The main question now is: How can I upload an integer with the Api or the Facebook iPhone SDK?

  2. How can I find out the score of Facebook friends that using the same app? That should be possible to see whether the user is better or worse than his friends.

Thanks for your help!

And sorry for my bad English, I am a young student from Germany ;)