minimaxir / facebook-page-post-scraper

Data scraper for Facebook Pages, and also code accompanying the blog post How to Scrape Data From Facebook Page Posts for Statistical Analysis
2.12k stars 662 forks source link

Wrong variable name changed #67

Closed bakakaldsas closed 7 years ago

bakakaldsas commented 7 years ago

In your original version argument passed to function is never used. In stead the global variable named file_id is used within function. While this error does not make any problems at this point, this is, I am sure, not what you intended.