Hello Unity Community.
I've been having some problems with the latest facebook api.
I'm trying to make a facebook leaderboard system for my new game, this didnt seem to work because of a permission I needed. I have submitted to facebook for a publish_actions permission and this has been granted.
Now I still cant get my friends scores for some reason.
FB.Login("email,publish_actions,user_friends,user_games_activity,friends_games_activity", LoginCallback);
This is what I use to login. I know...
Facebook api scores
I've been having some problems with the latest facebook api.
I'm trying to make a facebook leaderboard system for my new game, this didnt seem to work because of a permission I needed. I have submitted to facebook for a publish_actions permission and this has been granted.
Now I still cant get my friends scores for some reason.
FB.Login("email,publish_actions,user_friends,user_games_activity,friends_games_activity", LoginCallback);
This is what I use to login. I know...
Facebook api scores