I can drop a message and share a link to someone's wall using Facebook graph API. However as if in http://www.facebook.com/permalink.php?story_fbid=114961875194024&id=7901103 , I want the names as a link. How can I achieve this? Thanks.
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.
|
|
First, retrieve your friends like this:
Now, you only have to pair the names with their IDs like this:
If you want to make a function that transforms a text with Friends names use regular expressions. |
|||
|
|