2
votes

For using score api as it is mentioned it is require to take publish_actions permission as mentioned here https://developers.facebook.com/docs/games/scores/

when I tried to add permission to my app it is giving error It looks like you haven't made any API requests to access content with the publish_actions permission in the last 30 days.

I am making call FB.API("/me/scores", Facebook.HttpMethod.POST, PostCallBack, scoreData); in game (which is not working)

note that I am doing re-submission. any solution how can I submit facebook app for review for permission of publish_actions

2

2 Answers

0
votes

Check List for you.

  1. Your Facebook Sdk integrate properly end?. Document

  2. Available to the general public. Facebook dev page -> apps -> status&review -> switch your app status

  3. If your used to Facebook SDK for Unity , open InteractiveConsole scene checks work It.

Good luck :D

0
votes

We had the same issue and is fixed now. THe one and only thing you have to do is to login to facebook (inside your application, once the login action is called) with your admin username and password (not with your personal username) atleast once.

If both are the same then i dont think this issue will arise.

Let me know if this worked. THanks