I'm looking to implement a feature where I am able to collect @mentions through the facebook API in a similar fashion to the twitter API.
Specifically, if I run a group called foo, and other people on facebook mention @foo in their wall posts, I'd like to fetch and collect the text of that particular @foo mention.
I can't find any relevant documentation on Facebook....