Its not returning any post in public page?
See original GitHub issueI have passed cookies and tried to get post from this page but not returned any post. I have enabled the log also. please check the log too
https://m.facebook.com/112649746799207
issue.txt.zip
@neon-ninja please check
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Ajax post not returning to page where post was sent from
The problem I have is that it does not return to the calling php file where the ajax call is made from. I...
Read more >Many public pages are not returning posts even when they are ...
Many public pages are returning empty post lists even when many recent posts are published on official page.
Read more >Why posts on a public Facebook page are not public?
1 Answer 1 · Country Restrictions: If you have a restriction, your page will not be public. · Age Restriction: If you have...
Read more >11 Reasons People Aren't Responding to Your Facebook Posts
1. Your questions are too personal · 2. The tone of the post is uninspiring · 4. You're trying to sell without getting...
Read more >How to Make a Post Public on Facebook - YouTube
Click your profile picture at the top of the screen to view your Facebook profile page. Step 2. Navigate to your Facebook post...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
set_proxy only checks that the proxy is working by making a request to ipinfo.io, and displaying the result in the debug log. When any request is made to Facebook, a few different conditions that can indicate a login is required are checked, and an exception is raised (see https://github.com/kevinzg/facebook-scraper/blob/master/facebook_scraper/facebook_scraper.py#L327). Depending on the context of how that request is made, that exception may stop execution (ie, when trying to iterate through pages), or it may be caught and logged (if it’s a non-critical request, like a request to get full text or HQ images).
This bug appears to have been fixed on the Facebook end