Hi,
Thank you for reaching out.
We do save profile URL of every user in the website URL field of WordPress. Every time a user registers, this field gets set which you can view in WP admin dashboard.
However, in case of Facebook, profile url is stored in usermeta table of WordPress database because the character length of facebook url exceeds the limit accepted by WordPress user profile url column. So for facebook users, you can view the profile url in the usermeta table of WP.(Meta key : moopenid_user_profile_url) For all other users, you can view the profile url in the WP user profile.
Let me know if this answers your query.