I don\'t know why, but I am always getting null when I try to get the profile picture of the user. Do I need to set some specific permissions to get access?
Below is
I used this code and i got the profile picture,
fbUsrPicURL = "http://graph.facebook.com" + File.separator + String.valueOf(fbUID) + File.separator + "picture?type=large";