Hi, Over here http://docs.oneall.com/api/resources/providers/facebook/list-all-pages/ you can find a method to retrieve all connected Facebook Pages for all users. But, is there an easy way to narrow this down for one single user? For example filter this list with some user or identity token?
looks like you can't pass a filter to the API endpoint, but the user token is present in the results. You can filter the results on your end to drop the list down to those for a specific user.
Answers
if you retrieve the user details, the pages are included there too:
http://docs.oneall.com/api/resources/users/read-user-details/
Best Regards,