This script with the sdk facebook makes sure to print me the name and cognme user logged in. How come every time I log in asking me the token? if i try with another profile will not work because the token is associated with my account.
problem with token sdk facebook
Code (csharp):
- using UnityEngine;
- using System.Collections;
- using System;
- using System.Collections.Generic;
- public class init : ConsoleBase
- {
- bool isInit = false;
- string hasPerm = "***";
- string fbname;
- private void CallFBInit()
- {...