jonasva / laravel-facebook-insights

Facebook insights package for Laravel
26 stars 4 forks source link

Is it possible to dynamically change the facebook id? #7

Closed xron89 closed 8 years ago

xron89 commented 8 years ago

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?

jonasva commented 8 years ago

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.