I would like to read the data (in particular events) of a facebook public page (that are viewable without logging on facebook). I get the app-token, following these steps:
1. https://graph.facebook.com/oauth/authorize?client_id=APP_ID&redirect_uri=LOCATION
This procedure only works if I'm logged into my facebook account. Otherwise when i reach the url in step 1, i get redirected to facebook login page. But i want to retrieve these data without logging. It is possible? I should generate a new token dinamically for each user who uses the site or the application related?