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.
I can drop a message and share a link to someone’s wall using Facebook
Share
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.