开发者

Can I access an age-restricted Page's wall feed through the Facebook API?

开发者 https://www.devze.com 2023-01-02 08:28 出处:网络
I\'m currently working on a website for an alcohol brand, and they want to display posts form their Facebook wall on their own website. Naturally they have restricted their Facebook开发者_StackOverflo

I'm currently working on a website for an alcohol brand, and they want to display posts form their Facebook wall on their own website. Naturally they have restricted their Facebook开发者_StackOverflow社区 page to 18+, but this means that the wall feed is not publically available, and also not accessible via

http://graph.facebook.com/(page_id)/feed

Is it possible to set up a single, permanent access key to retrieve the feed via the API?

The external website has it's own mechanism for age verification, so we would only be showing the fetched feed to age-verified users.

Thanks!


You'd be better off creating an application on Facebook and use FBML on the site to authorize the 18+ user and then displaying the wall using regular authenicated Graph API calls.

0

精彩评论

暂无评论...
验证码 换一张
取 消