I did a research, and most of the topics are at least one year old. So, wondering is there a way to tag user in the Facebook wall post using Graph API?
Some relevant but not working solutions: http://digitizor.com/2011/01/24/tag-user-facebook-graph/
FB documentation for the wallpost mentions message_tags field, which is "Objects tagged in the message (Users, Pages, etc)". https://developers.facebook.com/docs/reference/api/post/
So is it possible somehow to add a tag in the wallpost to another user knowing its id?
Trying to implement this in the Rails application using Koala gem.