I would like to use Facebook Score API (to set and read user and friends score) using facebook Android SDK.
Facebook documentation says:
Read score for a player
You can read the score for people playing your game by issuing an HTTP GET request to /USER_ID/scores with a user or app access_token.
[https://developers.facebook.com/docs/games/scores/][1]
However this documentation is far too little, and there is no sample to be found about this. There is one android sample found in facebook android SDK (friendsmash) who is featuring a leaderboard, but this sample is using its own server instead of the Score API.
Does anyone can please give us some samples or more detailed explanations about how we can do this?