Get Profile Picture From Facebook And Set In Imageview February 04, 2024 Post a Comment I retrieved details like userID, email, name, etc but I want to set user profile picture in my imageview. How can it be done? loginButton.registerCallback(callbackManager, new FaceSolution 1: just use fb id to get profile picture of the user.try this one...StringfbImg="http://graph.facebook.com/"+retrived_user_id+"/picture"; Copynow you can use this 'fbImg' string to load profile pic. Share Post a Comment for "Get Profile Picture From Facebook And Set In Imageview"
Post a Comment for "Get Profile Picture From Facebook And Set In Imageview"