zimssa-mkkim
Results
2
comments of
zimssa-mkkim
> These are what I discover when using version 17.0.0 SDK with iOS 17+ > With AppTracking Transparency **enable** for your App -> receive a valid FB AccessToken > With...
When it's a limited login you can't use access token because graph api will not work with it. Instead, you can use FBSDK AuthenticationToken.currentAuthenticationToken and verify it with JWK verifiers.