iosfacebookunity-game-enginefacebook-graph-api

Facebook API: score for all users


Can you help me? In my Unity project for iOS I need to show with graph.facebook scores for ALL people who played in a game.

In graph Explorer for my app I write: "app/scores/" - it returns score only of my friends who played in the app.

Or if I write "100007769684111/scores" and if they are my friend, when return a number, but if I deleted this person from my friends, then graph Explorer returns null.

How can I get scores for all peoples from my app if also not my friends?

P.s. Sorry my English


Solution

  • You can't. The app/scores only returns friends scores.