Get facebook check ins via FQL or Graph api -
so need achieve facebook check ins user (myself, or friend).
according fb documentation on fql should simple, example:
select author_uid, tagged_uids, target_id, timestamp checkin author_uid = me()
but atm i'm not getting errors, empty data array in return, have lot of facebook check-ins also, if tried different author_uid's (friends of mine, permissions granted) i'm getting same response.
for me not logical , if i'm doing wrong here realy appreciate if u can point me in right direction ;)
Comments
Post a Comment