We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
The text was updated successfully, but these errors were encountered:
@naveedamir488569 Yes this wasn't updated yet, it would be great if you can help with that
Sorry, something went wrong.
Hi, any news on this?
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: