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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -