kevinzg / facebook-scraper

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

Mobile URL returning in www format #878

Open ben31406 opened 2 years ago

ben31406 commented 2 years ago

Recently, I found that some m. version post URLs will return in www. format after entering the browser, like https://m.facebook.com/groups/1507207486163325/permalink/3173409589543098. I tried to use facebook_scraper.get_posts(after doing this) function to get the content of this type of URL and failed. Am I doing something wrong?

Thanks.