According to Facebook graph API we can request a user profile picture with this (example):
https://graph.facebook.com/1489686594/picture
Bu
This was already answered correctly, but there's a much simpler way:
res = Net::HTTP.get_response(URI('https://graph.facebook.com/1489686594/picture')) res['location']