is it possible to get the list of actions that were published into current user's timeline? For example, all the read actions (news.reads) that were published through my app into the user's timeline.
I know how to publish built-in read actions with the Graph API, but not how to get all the actions someone has already published. The idea is to create a list of all actions the current user has ever published, and then let him decide which of the actions he would like to remove from his timeline.