FYI:
Due to default max_feed_size
setting, get_blog
only can return MAX 500 items for an author, So if an author has more than 500 articles, then the early article will can not be obtained by this method.
FYI:
Due to default max_feed_size
setting, get_blog
only can return MAX 500 items for an author, So if an author has more than 500 articles, then the early article will can not be obtained by this method.
The history call would allow returning all posts from an account, but would take some more time to be finished.