Search code examples
facebookfacebook-fql

Accessing "who you are with" and "where you are" tags of a post using FQL


I'm working with the Facebook API using FQL and I'd like to know how to access the people and location I tagged in the post.

The stream table seems to contain everything apart from these two things. Please help.

EDIT: By tagged people, I mean the option you can add when you select the "who are you with?" option when making a new post.


Solution

  • Per http://developers.beta.facebook.com/docs/reference/fql/stream/:

    The stream table has

    • tagged_ids: An array of IDs tagged in the message of the post.
    • attachment.fb_checkin: Contains the checkin information