My client company manages Facebook Pages for several thousand small businesses. We've built a Facebook App that for our client to simplify the process and allow them to quickly make changes to many/all the pages in one go.
For whatever set of business reasons our client company has just ONE of their employees added as an administrator (along with the small business owner) for each of these pages. This user account has added our App and we are grabbing page tokens and using those page tokens to manage the page (change the contact info, add a tab, fetch wall posts). We're coming up against some really harsh api request limits. Right now we can only add about 3 new Facebook Pages a minute (which I think requires maybe 6-10 api calls when its all said and done).
I've seen people estimate that a you're allowed about 600requests/600seconds for an access token but I thought that since we were doing most of the work with page tokens our actions wouldn't be counted towards a single api limit.
Does anyone know for sure if the api limits are based on individual tokens even if they technically belong to the same user? Is there any way I can get around this limit considering that I can't really add more admins to these pages?