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 nikitabulatov committed Jun 6, 2017
1 parent 0421290 commit 5c2deee
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 @@ -146,7 +146,7 @@ defmodule Ueberauth.Strategy.Facebook do
end

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

defp fetch_user(conn, client) do
Expand Down

0 comments on commit 5c2deee

Please sign in to comment.