Open dinhan92 opened 1 year ago
I try this with and without credentials but with no luck: from facebook_scraper import get_posts_by_search
for post in get_posts_by_search(word='nintendo', credentials=("loginUserName", "password"), pages=2): print(post['text'][:50])
error: might return no results, try increasing the limit
take a look at #1070
I try this with and without credentials but with no luck: from facebook_scraper import get_posts_by_search
for post in get_posts_by_search(word='nintendo', credentials=("loginUserName", "password"), pages=2): print(post['text'][:50])
error: might return no results, try increasing the limit