api - Retreive all the posts done through my facebook app in some specified time? -



api - Retreive all the posts done through my facebook app in some specified time? -

i take stream_publish permission user, , utilize publish content facebook wall. in insights page, see number n wall posts done on specific date. there graph api phone call or fql through can retreive wallposts done using app's application id , access_tokens on specific date ? or may lastly 100 wallposts done through app.

i have read_stream permisssion each user's access_token .

try graph call:

fql?q=select message, attachment, attribution, app_id stream source_id=me() , app_id={appid} limit 100

api facebook-graph-api facebook-fql facebook-insights

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -