python-facebook
python-facebook copied to clipboard
Return generators instead of lists
Hi, i'm proposing a change for methods that return lists of results as I 've just used get_page_published_posts for a long period search and realized that the method took quite a long time to return, as it fetches all data in one shot instead of returning results lazily on demand. would you consider doing that kind of change to the library?