Skip to content

Instantly share code, notes, and snippets.

@inecmc
Created April 28, 2017 03:21
Show Gist options
  • Save inecmc/a5b958cf7f68531d7235ddadb930e96d to your computer and use it in GitHub Desktop.
Save inecmc/a5b958cf7f68531d7235ddadb930e96d to your computer and use it in GitHub Desktop.
Get different size of user picture in Facebook and Google

Facebook

https://graph.facebook.com/<VERSION>/me?fields=picture.width(<WIDTH>).height(<HEIGHT>)

Google

// Remove or specify the value the sz parameter 
https://.../photo.jpg?sz=50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment