Retrieve the larger facebook image by ID

1

I need to recover the image of Facebook profile, I already found a code, but the image comes small, does anyone know any code where I can recover it May?

I can not use the facebook API, since the ID's, already registered in the client's database, only need to increase the photo

http://graph.facebook.com/v2.6/{{id}}/picture

Link

    
asked by anonymous 20.09.2016 / 16:15

1 answer

2

Use the following service:

https://graph.facebook.com/v2.5/{{id}}/picture?type=large
    
21.09.2016 / 13:25