The reference page https://developers.facebook.com/docs/reference/android/4.11/interface/AccountKitLoginResult/ for AccountKitLoginResult
mentions that
This class is no longer available in the most recent version of the SDK
. There are two problems with it.
- If this interface has been / is going to be removed, there is no mention of what to use instead of this interface to extract the result of an Account Kit login action from the returned Intent in
onActivityResult
callback. - On downloading the latest version of Account Kit SDK, I found that the interface is still there, alive and kicking. So why is this warning on the facebook reference page there?
That's because you're seeing the old reference. The new one sends you to: Accoun Kit Login Result - New Reference