Possible Duplicate:
Facebook API - How do I get a facebook user's profile image through the FB api (without requiring the user to Allow app)
I can do a get at http://graph.facebook.com/PROFILE_ID/picture
but i would like to find a way to open image direct without do a get on this url.
is there a way to do it?