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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -