Is there a way to get status message and images from https://graph.facebook.com/me./locations? -
https://graph.facebook.com/me/locations returns posts user in location. not include message text or images me/posts does. there way info in me/locations?
how using fql location_post table?
not sure want pull, how pull statuses locations:
select status_id, message status status_id in (select id location_post author_uid=me() or user_id in tagged_uids) change user_id yours.
Comments
Post a Comment