I am building a CMS where users can add their facebook accounts, and the application will automatically pull in the users posts and display it on the website.
I've got the process of a user authenticating their account and getting their feed data, that's fine. What I want to do is have some way of getting a user to authenticate a SPECIFIC page that they manage.
I've tried the GET:
but that asks the application to have access to all pages a user manages.
Is there a way I can a) get all the accounts the user has admin rights to and b) get permission to administer a specific page?
Thanks