HTTPPoison.get! return body empty with graph.facebook

Hi, i’m trying to get facebook profile images with httpoison with this:

HTTPoison.get!(“https://graph.facebook.com/10208210361806593/picture?type=large&width=600&height=600”)

I receive the :body param empty?

How can i do?
thanks

Hi, i’m trying to get facebook profile images with httpoison with this:

HTTPoison.get!(“https://graph.facebook.com/10208210361806593/picture?type=large&width=600&height=600”)

I receive the :body param empty?

Look at the response – you’re getting a 302 redirect and a Location
header pointing to the actual image.