question

rupert avatar image
rupert asked

GetFriendsList (server) returns null list for other player

When we try and get the player list from another player through cloudscript, it always returns 0 in the list.

However, it works if we use our own playfabID? Why would this be happening?

Have even tested manually entering a platfabID on our cloudscript:

    var getPlayerFriendsRequest = { "PlayFabId": "xyzplayfabID" };
    var friendData = server.GetFriendsList(getPlayerFriendsRequest);
    var message = friendData;
CloudScriptgame manager
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
rupert avatar image
rupert answered

Apologies, please ignore. It was our client side issue

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.