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
imgUrl = "https://graph.facebook.com/" + user_id + "/picture?type=large";
then Picasso.with(getApplicationContext()).load(imgUrl).into(imageView);
Picasso.with(getApplicationContext()).load(imgUrl).into(imageView);