Facebook + Friends + Scores
Hi everyone,
I am working on a game right now that enables users to share their scores on facebook. I have already gotten this part working.
I would also like to be able to list the top scores of the players friends though. This part I am having trouble figuring out how to do.
I have figured out that I can get a list of the player's friends using this line - [facebook requestWithGraphPath:@"me/friends" andDelegate:self];
to get the list of friends. Then, my remaining problem, would be finding which friends have posted to facebook using my app, and then find out what the scores they posted are.
Does anyone have any ideas as to how I could do this?
Thanks!
Eagle11
|