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?
Recently, I found that some
m.
version post URLs will return inwww.
format after entering the browser, likehttps://m.facebook.com/groups/1507207486163325/permalink/3173409589543098
. I tried to usefacebook_scraper.get_posts
(after doing this) function to get the content of this type of URL and failed. Am I doing something wrong?Thanks.