I'm building an iOS & Android app with Phonegap and I want to include a feature that reads a particular Facebook wall using the /posts endpoint, without requiring the user to log in - many of them will not have their own Facebook account anyway. So ideally the app should have an access token built in.
Creating a Facebook app just to get an access token sounds like overkill, and the official Phonegap plugin requires user login. All I need, really, is to authenticate as a generic user (maybe using my own account) and pull the JSON using the API. No write permissions are needed.
Anyone have any ideas about the simplest way of doing this (robustly)?