facebook graph api get /me/scores does not work for all users -


i have following permissions. 'user_games_activity, user_likes, friends_games_activity, read_friendlists'

i want access score of castleville game of friend's plays it. doing right now.

  1. getting friends list. '/user/friends'.
  2. getting user scores of games friend '/friend_id/scores'
  3. checking if castleville game id exists in scores array , extracting score.

here's problem in step 2. '/friend_id/score's not return data users. shows friends array blank. should show games or atleast game user plays. tested 1 of friends id plays dozens of games, on timeline scores shown no data '/scores' api query. working friends id. checked privacy settings & app permissions both users , same.

i think missing something. ideas!

edit: problem may solved. changed category of app games , can access scores of friends (tested few , showed). although people clicking on play game in auth dialog box whereas app not game.

according specification scoring system available if have category of application set "game".


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -