How do I get a Facebook user’s profile picture URL by user profile link?

I know that there is a logic to create a link to user profile image by using the user id. But I only have the link to the Facebook user profile not the Facebook user id.

I think maybe there need to be done getting the userid first and after that to create a link to user profile image by using that link logic.

i.e.
function getUserProfileImageURI(profileUri){

return FBUserProfileimgurl;
}