Hi i want to know how can i get the link to the profile picture in facebook
<img src="https://graph.facebook.com/me/picture?type=large&access_token=<?php echo $params['access_token'] ?>"/>
is automatically converted into a link (When i right click on the image and property the .JPG link is given (Below) )
https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2/573939_100000564553314_108738462_n.jpg
How could i get the 2nd link directly instead of using graph.facebook.com/me/picture.... link ?