I've set up android and iOS and it works fine on android.
On iOS I get an response that I do not understand:
flutter: [FB] Result: {error: null, status: Success, accessToken: {expires: 64092211200000, token: 6bWBFf4P6z4mMwyXUpuvr6tKvlBQNDYnjnkTDDyDkqtkISrYGxxxxxxxjcxNOp7bQIz2OqFBOUoLrAE5ASxxxxxxxxxO6gQrmBvlLjjMX1XFQ2susqjPsymAAJ77y5wA5Zv00pyc4vLNIgHbprjZzZYHqFz9HKdwsjtR93BxxxxxxxxxxxxxM951thZuNPLRVGlEtuvEdxzqchR0zxxxxxxxkP3ZZhF4Pr7, declinedPermissions: [], isLimitedLogin: true, permissions: [public_profile, email], userId: 101597xxxxxxxxx, authenticationToken: null}}
From my understanding, when isLimitedLogin is true, an authenticationToken should be returned?
I cant figure out what the accessToken.token that is returned is. It's not an JWT token. Am I supposed to use the accessToken.token in this case? How come that I'm not getting an authenticationToken back?
I've set up android and iOS and it works fine on android.
On iOS I get an response that I do not understand:
flutter: [FB] Result: {error: null, status: Success, accessToken: {expires: 64092211200000, token: 6bWBFf4P6z4mMwyXUpuvr6tKvlBQNDYnjnkTDDyDkqtkISrYGxxxxxxxjcxNOp7bQIz2OqFBOUoLrAE5ASxxxxxxxxxO6gQrmBvlLjjMX1XFQ2susqjPsymAAJ77y5wA5Zv00pyc4vLNIgHbprjZzZYHqFz9HKdwsjtR93BxxxxxxxxxxxxxM951thZuNPLRVGlEtuvEdxzqchR0zxxxxxxxkP3ZZhF4Pr7, declinedPermissions: [], isLimitedLogin: true, permissions: [public_profile, email], userId: 101597xxxxxxxxx, authenticationToken: null}}From my understanding, when isLimitedLogin is true, an authenticationToken should be returned?
I cant figure out what the accessToken.token that is returned is. It's not an JWT token. Am I supposed to use the accessToken.token in this case? How come that I'm not getting an authenticationToken back?