Reputation: 18719
I work with Facebook Swift SDK and I'm trying to check if the user is logged in. I get error message Use of unresolved identifier 'AccessToken'
My code is:
if let accessToken = AccessToken.current {
// User is logged in, use 'accessToken' here.
}
Upvotes: 7
Views: 2708