Skip to content

Commit

Permalink
Return large user picture in possible
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv authored and te0retik committed Sep 22, 2021
1 parent 2252d6c commit 0943e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ueberauth/strategy/facebook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ defmodule Ueberauth.Strategy.Facebook do
end

defp fetch_image(uid) do
"https://graph.facebook.com/#{uid}/picture?type=square"
"https://graph.facebook.com/#{uid}/picture?type=large"
end

defp fetch_user(conn, client) do
Expand Down

0 comments on commit 0943e01

Please sign in to comment.