Retrieve profile picture using Facebook SDK 3.0 for Android

前端 未结 6 1831
Happy的楠姐
Happy的楠姐 2021-02-19 03:24

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

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 04:07

    I got answer... it is due to redirection. hence pass params instead of null:

    Bundle params = new Bundle();
    params.putBoolean("redirect", false);
    

提交回复
热议问题