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.

Revisions

  1. inecmc created this gist Apr 28, 2017.
    9 changes: 9 additions & 0 deletions notes.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    #### 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
    ````