Using Parse.com and JavaScript SDK
I've created a fiddle here http://jsfiddle.net/Dano007/jst34fe4/1/
The query runs and returns the current user object, as per the below screen shot part of that object is the url, which I want to display as an image. Currentlyno image is showing. I'm not sure why?
Please not the image is stored as a file in parse. I've read the parse document here, but that has'nt helped solve this. https://www.parse.com/docs/js_guide#files-retrieving
ProfilePic: {__type:File, name:tfss-fc2a6901-40a1-49d9-9044-3d4bcc42d7a1-danimage.jpg,…}
__type: "File"
name: "tfss-fc2a6901-40a1-49d9-9044-3d4bcc42d7a1-danimage.jpg"
**url: "http://files.parsetfss.com/0fc5cba8-caf7-4c81-aafc-36390888e497/tfss-fc2a6901-40a1-49d9-9044-3d4bcc42d7a1-danimage.jpg"**


{"code":101,"error":"invalid login parameters"}(Guess they haven't heard of 403 (: )