I have multiple Facebook pages/accounts that I need to view the insights for, is it possible to change the id tokens dynamically e.g. stored in a database?
There is a method available for switching pages, described here. The access tokens and ID storage isn't handled though, you'd have to put those in a config file or database by yourself.
I have multiple Facebook pages/accounts that I need to view the insights for, is it possible to change the id tokens dynamically e.g. stored in a database?