So I got this Image from facebook that I want to resize and if possible make it JPG.
Problem: I dont have the right URL for the Image (I think) At the moment I'm using the:
graph.facebook.com/" + json["id"] + "/picture"
This will give me the link for the Image but not the .jpg session?`
So when I try to use ImageResize on this Image URL it doesn't recognize the url. Wich I understand.. So any idea on how I can get the ImageURL? Thank you.
Actually what I did was:
This lets me retrieve the URL of the image :)!