I made a Facebook application that people use to exchange links from my web page to their walls, and now I need to return a list of messages made through it over a period of time (for example, from September 4 to September). 10), including their identifiers.
I know that I can save this information at the time of its publication, but I need old data that I did not save.
I tried using FQL, but this requires specifying source_id (the Facebook identifier on the user's wall where the message is located), which I can not know about.
The Graph API object for my application also does not help, since it has no connection for messages made through it.
Any help would be truly appreciated, even familiar in the right direction.
source
share