I have a problem with the method scoreBoardService.GetTopNRankersFromFacebook. This method returns score list NULL for current logged user in Facebook. This list does not consist friends score.
work environment - cocos2dx-3.2
Tried this steps for getting facebook friends scores
-
Login to Facebook.
-
Link user facebook account using socialService.LinkUserFacebookAccount.
-
Get friends score from Facebook using scoreBoardService.GetTopNRankersFromFacebook.
-
Getting this error:- {"httpErrorCode":"404", "appErrorCode":"3026", "message":"Not Found", "details":"Scores with friends for the game with the name 'MyGame' does not exist."}
i had also tried getFacebook friends list and its working fine ,am getting my friends list.
And i had the same problem: I got score for current logged user in Facebook and did not get friends score.
I'm using app42SDK for Cocos2d-x and testing on iOS device.