简体   繁体   中英

How I can fetch Facebook user only public posts if he didnt allow or authenticate my Facebook application

I want to pull all public posts made by any user even who didn't allow or authenticate my Facebook application using access_token of user who authenticated my application.

This is similar to :

If a user login on facebaook using their credentials and then access following page https://facebook.com/zuck then he is able to view "Mark Zuckerberg" public posts.

I am able to fetch all posts of a user who authenticate my application using their access token. Is their any way that I can access other users public posts using application secret key or application access token.

Thanks in advance

Ansh Jain

您可以通过向PAGE_ID/feed发出\\GET请求来完成此操作

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM