Esempio n. 1
0
        // This story does not work with a personal account
        public static async Task <bool> TryGetCurrentUserPhotoAsync()
        {
            string photoId = await UserSnippets.GetCurrentUserPhotoAsync();

            return(photoId != null);
        }