If you press @ when typing a status on facebook.com, you can type a friends' name and have him tagged in your facebook status.
How can friends be tagged when making a wall post using facebook connect?
|
If you press @ when typing a status on facebook.com, you can type a friends' name and have him tagged in your facebook status. How can friends be tagged when making a wall post using facebook connect? |
|||
|
|
|
There is currently no way to tag another user or page via the API as a user can. Interestingly, when you query the API for a tagged post you can see a syntax that indicates a user is tagged, but using that syntax and posting to the API doesn't result in a tag. I think this is done to prevent applications from gaming users' notifications: if you could make a post and tag a bunch of people programmatically, you'd in effect be spamming those users with notifications. |
|||||||
|
|
the checkin API has a way to tag people I don't know if that is possible for wall posts
Source: https://developers.facebook.com/docs/reference/api/checkin/ and I remember seeing a spam application that tagged users friends on wall posts so I think it is possible but not documented. I'll try to find the wall post and link a screenshot here. |
||||
|