Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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>
share|improve this question
The Home button goes to the News Feed, not the user's profile/timeline. Which do you want? – mark4o Dec 14 '11 at 16:21
That's the homepage URL... – Igy Dec 14 '11 at 16:22
i want to go to the user's profile. – Srikanth Dec 14 '11 at 16:41
1  
Then get the URL for the user's profile based on their uid (e.g. graph.facebook.com/4?fields=link ) – Igy Dec 14 '11 at 17:45

1 Answer

up vote 0 down vote accepted

Simple solution would be to use this URL format :

https://www.facebook.com/profile.php?id=FACEBOOK_USER_ID

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.