问题
I need to create link to the users profile in my facebook page. When I hover over the "Home" button it shows the following link http:/www.facebook.com/?ref=tn_tnmn , in all my accounts. So can I use this to provide a hyperlink? Say
<a href="http:/www.facebook.com/?ref=tn_tnmn" > Go to your profile </a>
回答1:
Simple solution would be to use this URL format :https://www.facebook.com/profile.php?id=FACEBOOK_USER_ID
回答2:
Earlier solution by Lix won't work
User following format: https://www.facebook.com/FACEBOOK_USER_ID
Upvote if works !!!
来源:https://stackoverflow.com/questions/8507833/facebook-linking-to-user-profile