Replies: 1 comment
-
Hey @neon-ninja ! Not to be a bother, but have you run into this problem with public profiles? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to collect the posts of a public Facebook profil. Its ID is as follows: 100008565963538. However, when I begin the process, the collection does not collect any posts before February 12th 2023. In fact, when it hits February 12th, the collection then, for whatever reason, begins again collecting posts around February 22nd. Then it proceeds to collect towards February 12th, then going back to February 22nd. This continues until I stop it or the code is blocked by Facebook.
Any help much appreciated? I include the code below.
The
start_url
.txt
file which is read in consists simply of the following text "https://m.facebook.com//profile.php?id=100008565963538". The idea is that, after the initial run of the code, this.txt
file will have thestart_url
to be used later.Beta Was this translation helpful? Give feedback.
All reactions