I\'ve following problem with Facebook SDK 3.0 for Android. I wanna get my (and my friends) profile picture without using their ProfilePictureView widget, so if I use Graph Explo
I got answer... it is due to redirection. hence pass params instead of null:
params
null
Bundle params = new Bundle(); params.putBoolean("redirect", false);