kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.44k stars 633 forks source link

Code problem : post_df_full where to fix? #773

Open victorgenus opened 2 years ago

victorgenus commented 2 years ago

I compiled the code, got an alert NameError: name 'post_df_full' is not defined

neon-ninja commented 2 years ago

As it says, you need to define post_df_full before you can use it. This is a problem in your code though, not an issue with facebook-scraper