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
Post a Comment