Open naveedamir488569 opened 8 months ago
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 Yes this wasn't updated yet, it would be great if you can help with that
Hi, any news on this?
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,