facebook - FQL or GraphSearch to query/grab All Public Items of a user? -
is there way query/get of user's items (status/ posts/ likes/ photos/ infos/ etc..) set "public" visible?
i found below, like
example:
select object_id, post_id, user_id user_id = me()
but myself
, likes
.
your question broad(get items public?)
i can show example related public items, such as
select post_id, privacy stream source_id = me() , privacy.value='everyone'
kindly take on https://developers.facebook.com/docs/reference/api/privacy-parameter/ privacy parameter tutorial.
Comments
Post a Comment