Android - get facebook profile picture

后端 未结 28 2320
花落未央
花落未央 2020-12-12 15:13

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

28条回答
  •  时光取名叫无心
    2020-12-12 15:48

    On my graph api was not working because of the question mark

    If you are using 1 pram after picture it would be

    picture&type=large
    

    for two params we would use the question mark

    picture?type=large&redirect=false
    

    Hope it Helps!

提交回复
热议问题