SammyK / LaravelFacebookSdk

Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
MIT License
693 stars 201 forks source link

get pages created by user only #211

Open flexsingit opened 6 years ago

flexsingit commented 6 years ago

I am using /me/accounts to fetch the user pages, however, as per the facebook documentation, it is returning the pages to which the user has been assigned any role.

And i need to know that how can i get the pages that are created by the user only.