Has anyone scraped or used the FB API to access data from a public profile's wall post? If you just go to the URL you can inspect the element to see most of the data as well as the ajax calls for the infinite scroll on the wall.
How would you I go about accomplishing this?
The following posts did not get answered or were just not same scenario but are close:
Get wall feed from a public Facebook page using Graph API - is it really this complex?
How to show facebook feed messages from my site without access_token?
As an example of what I would like to accomplish, this public profile https://www.facebook.com/aurelia.filion has a wall post from November 21, 2013 that I would hypothetically like to get the data from. How can that be done?