Nick Young

Results 319 comments of Nick Young

The following code: ```python set_cookies("cookies.json") pprint(next(get_posts(post_urls=[3536492730009916]))) ``` outputs: ```python {'available': True, 'comments': 0, 'comments_full': None, 'factcheck': None, 'image': None, 'image_id': None, 'image_ids': [], 'image_lowquality': 'https://scontent.fhlz2-1.fna.fbcdn.net/v/t15.5256-10/286037318_1154515321995911_3654572355276921399_n.jpg?stp=cp0_dst-jpg_e15_q65_s320x320&_nc_cat=101&ccb=1-7&_nc_sid=ccf8b3&efg=eyJpIjoidCJ9&_nc_ohc=hdWwXj2QvEcAX98oKNu&tn=Sh9laqUx1fTAEdlO&_nc_ht=scontent.fhlz2-1.fna&oh=00_AT9PzJkSfc8RLqmvUATjPgGpmy12f5K7XPVbzSLhzYaUUg&oe=62AE3CA9', 'images': [], 'images_description': [], 'images_lowquality':...

Yeah the googlebot user agent would be your issue. Don't use that

Try set your Facebook language to English

Perhaps you're getting rate limited. Try put some `time.sleep` in your reactor extraction. With a .1s sleep in between each reactor, I was able to extract 2177 reactors before I...

Try use cookies instead?

Sounds good - committed here - https://github.com/kevinzg/facebook-scraper/commit/6e621127bd4e040b759bc880e4c4d53eea4b4c09

You need to pass the group id, not name. `"pythonconnect"` instead of `"Python Developers Connect"`

@wgicio is that the full command? @jpkrop I wouldn't recommend using that user agent

Using that command generates a CSV with 7 rows, so it seems to be working fine for me

Maybe try update to the latest version