I'm attempting to display the contents of a Facebook page wall on an external website.
Ideally, I'd retrieve the data as a JSON object but this appears to require user authentication.
How can I retrieve this information without having a user to use for authentication?
Is this possible?
You can create an app and authenticate as the app.
If you're using one of the Facebook SDKs, you can skip the authentication step and just pass it your app ID and secret.