microsoft / winsdkfb

The Windows SDK for Facebook allows developers to provide Facebook integration for Windows Apps.
Other
182 stars 101 forks source link

add picture to list of fields to query about initial user data #251

Closed adiviness closed 7 years ago

adiviness commented 7 years ago

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.