Finding Facebook Friends

I am working on implementing a leaderboard in my game. I want to be able to list friends that are using the game and their high score. What is the best way to relate a person’s facebook friends to game minion accounts? I won’t have access to their friend’s email address so I will need to use the facebook id returned I assume. [import]uid: 64619 topic_id: 37375 reply_id: 67375[/import]

Yes, you can get the friends’ Facebook id through the facebook graph API. Then you would compare those to entries in your database. [import]uid: 130035 topic_id: 37375 reply_id: 145582[/import]

Yes, you can get the friends’ Facebook id through the facebook graph API. Then you would compare those to entries in your database. [import]uid: 130035 topic_id: 37375 reply_id: 145582[/import]