-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Single url does not return comments, reactions and reactors #64
Comments
I have the same problem. Scraping single posts gives nothing but NULL values, eg: So far, I have not found any solution for that... |
@moda20 do you plan to push any update to fix this? Every menthod I used, failed... |
@kbalicki i am not working on this library, at this moment, i never needed to scrap comments and reactions so i never tried to fix them. If you can work on it i can help in some way |
I am trying to work on it, but every attempt feels like a dead end. Could you email me at balicki1981ATgmail.com and maybe provide some tips or guidance so I can handle this? |
When I get posts by specifying a user account, I get the comments, reactions and reactors perfectly.
But, when I use a single url, no comments, reactions and reactors are returned.
(
This is the code for user account (returns comments, reactions and reactors):
This is the code for single url (does not return comments, reactions and reactors):
I tried with
start_url="https://mbasic.facebook.com/talat.oncu/posts/10225784508541143"
and again nothing returned.
The returned json for a single url is as follows:
The text was updated successfully, but these errors were encountered: