Skip to content Skip to sidebar Skip to footer

Android How To Get User About Me Info From Facebook

I want to fetch info for 'user_about_me ' permission in facebook app. I able to get for email, location, but i try to fetch for about_me its giving only id. I want all info. How ca

Solution 1:

String about_me = Facebook.request("me");

This will do, you don't need to add a bundle as a second parameter, afaik.

Post a Comment for "Android How To Get User About Me Info From Facebook"