What would be a recommended strategy for automating the retrieval of page metrics from facebook?
My first approach was to create a C# app to retrieve the page metrics. However, when the application authorizes itself using the SDK's FacebookOAuthClient.GetApplicationAccessToken() method, the access token returned from this function does not have sufficient privileges to retrieve information about the pages I'm interested in.
I would prefer not to write an application that someone has to log in to on a daily basis.
Is there any way to grant page privileges to an application, or is there a better strategy?