I worked with a FB test user for a while and now I would like to swap back to my own FB user. When I provide a different FB access token at the app init it throws this error:
{"@class":".AuthenticationResponse","error":{"accessToken":"ACCOUNT_ALREADY_LINKED"},"newPlayer":false,"requestId":"635964159066743689_1"}
I tried FB.Logout() and also:
new EndSessionRequest().Send((response) => { if (response.HasErrors) { Debug.Log("Error while logging out: " + response.Errors); } else { Debug.Log("GameSpark facebook logout successful."); } });
But nothing works. What is the right approach to switch between users?
Many thanks.
GameSparks.Core.GS.Reset(); // only here to be able to log user out FB.Logout(); // only here to be able to log user out
Hi,
So no need to use EndSessionRequest() ?
Ondrej Tokar
I worked with a FB test user for a while and now I would like to swap back to my own FB user. When I provide a different FB access token at the app init it throws this error:
I tried FB.Logout() and also:
But nothing works. What is the right approach to switch between users?
Many thanks.
- Oldest First
- Popular
- Newest First
Sorted by Newest FirstMohamad Hindi
Hi,
So no need to use EndSessionRequest() ?
Ondrej Tokar
-
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