In my android app, I have downloaded profile pictures of Facebook users using the Graph API: "http://graph.facebook.com/" + params[0]+ "/picture?width=150"
I would like to save it to the local storage private to the app but I don't know what image type Facebook uses to send to Graph API users. Does anyone know?