Greetings everyone,
I’m working on a game that players will be able to post their scores to a Facebook leaderboard. I’m trying that piece of code from Stack Overflow so far but I’m having problems in its execution because of permissions -> http://stackoverflow.com/questions/17400605/facebook-score-api-with-corona-sdk
Error message:
RESPONSE: {“error”:{“message”:“Unsupported post request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",“type”:“GraphMethodException”,"code”:100}}
RESPONSE: {“error”:{“message”:"(#200) Requires extended permission: publish_actions",“type”:“OAuthException”,“code”:200}}
I found out that we need to submit our game to Facebook for review before we can request these permissions from the user. Here is my question: is it possible to test these functions before submitting the game to Facebook?