According to Facebook graph API we can request a user profile picture with this (example):
https://graph.facebook.com/1489686594/picture
We don\'t need any T
You can also add ?redirect=false to the end of your URL and then parse the JSON response directly.
?redirect=false
In your example: https://graph.facebook.com/1489686594/picture?redirect=false
https://graph.facebook.com/1489686594/picture?redirect=false
More information here https://developers.facebook.com/docs/graph-api/reference/user/picture/