Hi there,
I am trying to submit a score for a Facebook user.
I Login in with Facebook and I can retrieve the Facebook ID and I use where userName is the Fb userID
socialService.LinkUserFacebookAccount(userName, AccessToken.CurrentAccessToken.TokenString, new CallBackAddSocialUser());
and I can see the facebook user now in the dashboard with the profile picture.
How do I submit this as a score though?
Im using scoreboardService.SaveUserScore(a_level, userName, a_score, new CallBackScoreSubmit());
but what I see as the name is the Facebook user ID
I would expec to see the Facebook user name.
So my question is whats the correct way to submit a score from a Facebook user