So, say I have 100 users and they all have 2 or 3 pages
/providers/facebook/pages.json
is going to return 2-300 pages, which I then need to process to find the 2-3 belonging to the user of interest. Not very efficient.
Is there really no way to just return the pages of a single user? If I want to post content for a user onto his pages, this would be a fundamental requirement.
Answers
you can retrieve all page using this endpoint:
http://docs.oneall.com/api/resources/providers/facebook/list-all-pages/
Regards,
So, say I have 100 users and they all have 2 or 3 pages
/providers/facebook/pages.json
is going to return 2-300 pages, which I then need to process to find the 2-3 belonging to the user of interest. Not very efficient.
Is there really no way to just return the pages of a single user? If I want to post content for a user onto his pages, this would be a fundamental requirement.
Thanks,
Andy
Your comment makes sense. We will look into adding support for this.
Thanks.
the pages should be includes in the user details:
http://docs.oneall.com/api/resources/users/read-user-details/
Regards,