Android and Facebook: How to get picture of logged in User

前端 未结 7 1085
攒了一身酷
攒了一身酷 2020-12-08 06:30

I use the official Facebook SDK in my Android Application. After the user logs in, I can get the uid and the name of the facebook user like so:

Facebook mFac         


        
7条回答
  •  醉话见心
    2020-12-08 06:45

    Add one line of code and that will be resolved.

    HttpURLConnection.setFollowRedirects(true);
    

提交回复
热议问题