Upon logging in, some basic user data is queried and stored in an FBUser object that can be accessed from FBSession. One of these fields is metadata about the user's profile picture. This change explicitly queries for the profile picture data in cases where it is no longer provided by default.
Upon logging in, some basic user data is queried and stored in an
FBUser
object that can be accessed fromFBSession
. One of these fields is metadata about the user's profile picture. This change explicitly queries for the profile picture data in cases where it is no longer provided by default.