facebook-scraper icon indicating copy to clipboard operation
facebook-scraper copied to clipboard

get_post_by_search() is not working throwing some error

Open naveedamir488569 opened this issue 11 months ago • 1 comments

for post in get_posts_by_search("robots"): print(post)

i am using above logic, to fetch the posts by keyword, during code execution, i am getting below error:

raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://m.facebook.com/search/posts?q=robots

please help me resolve this, if someone has already resolved it,

naveedamir488569 avatar Mar 21 '24 11:03 naveedamir488569