Hi, folks.
I could get and show all my Facebook test users names and scores. The issue here is that it always gets a score value of 0 although I’ve used the command
Facebook.request("me/scores", "POST", {score=some\_value\_greater\_than\_zero})
after logging in with all of them.
Is it usual to happen with test users or is it really a bug?
Couldn’t get it to work yet. Can someone help?
Hi Wiler Jr,
According to the docs: https://developers.facebook.com/docs/graph-api/reference/v2.7/user/scores
For reading scores, the logged in user needs to have the user_games_activity permission.
For publishing them, you’ll need the publish_actions permission.
Are you requesting these permissions when you log in with your test accounts?
Hi, Ajay.
I was not requesting user_games_activity permission. Did it, yet the score I’m sending to Facebook server is not returning when I call it.
Hi, I’m also having this issue. I hope you guys can find a way to fix this. fast.
Couldn’t get it to work yet. Can someone help?
Hi Wiler Jr,
According to the docs: https://developers.facebook.com/docs/graph-api/reference/v2.7/user/scores
For reading scores, the logged in user needs to have the user_games_activity permission.
For publishing them, you’ll need the publish_actions permission.
Are you requesting these permissions when you log in with your test accounts?
Hi, Ajay.
I was not requesting user_games_activity permission. Did it, yet the score I’m sending to Facebook server is not returning when I call it.
Hi, I’m also having this issue. I hope you guys can find a way to fix this. fast.