I am using following code to get the game score of my facebook friend.
-(void)GetFriendScore { NSMutableDictionary* params = [NSMutableDictionary dicti
Solved by using following code.
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/me/scores?fields=user,application,score" parameters:params HTTPMethod:@"GET"];