Social leaderboard not working with real Facebook-user accounts
P
Paavo Kyppö
started a topic
over 6 years ago
Hi,
I have created a leaderboard system using Facebook-authentication and it seems to be working fine with Facebook-generated test user accounts. However, it doesn't seem to work with real Facebook-accounts. SocialLeaderboardDataRequest only returns player's leaderboard entry, the response contains no Facebook-friends playing the game. This works perfectly with Facebook -test users. Any ideas what might be causing the issue? Any ideas how to start debugging it?
Best Answer
P
Paavo Kyppö
said
over 6 years ago
Just needed to add permissions for login which was different from pre-authenticated test users.
Paavo Kyppö
Hi,
I have created a leaderboard system using Facebook-authentication and it seems to be working fine with Facebook-generated test user accounts. However, it doesn't seem to work with real Facebook-accounts. SocialLeaderboardDataRequest only returns player's leaderboard entry, the response contains no Facebook-friends playing the game. This works perfectly with Facebook -test users. Any ideas what might be causing the issue? Any ideas how to start debugging it?
Just needed to add permissions for login which was different from pre-authenticated test users.
FB.LogInWithReadPermissions(new string[] { "public_profile", "email", "user_friends" }, ...);
- Oldest First
- Popular
- Newest First
Sorted by PopularPaavo Kyppö
Just needed to add permissions for login which was different from pre-authenticated test users.
FB.LogInWithReadPermissions(new string[] { "public_profile", "email", "user_friends" }, ...);
Customer Support
Thats a common pain with the FB SDK. Good to hear you got it working.
Let us know if you need help with anything else.
-Sean
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics