kevinzg / facebook-scraper

Scrape Facebook public pages without an API key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only 'original_request_url' and 'post_url' with get_post

ahkm1234 opened this issue · comments

It seems that I can only access 'original_request_url' and 'post_url' with get_post (I am trying to get 'images' from urls from public fb pages and groups). Like this:

{'original_request_url': 'https://www.facebook.com/100069652273952/posts/547291547602583', 'post_url': 'https://m.facebook.com/100069652273952/posts/547291547602583'}

Does anyone have an idea how to solve this? I have the newest version of the scraper.

same problem for me, anyone has resolved this?