No access token facebook application authentication

試著忘記壹切 提交于 2019-12-04 21:05:01

You should:

  1. Make your Facebook Posts public
  2. Call the API endpoint: https://graph.facebook.com/{your_id}/feed?access_token={app_access_token} with your user_id and valid application access_token
  3. Show the results on your website.

The App Access Token doesn't expire so you won't have a problem. As long as the posts are public, the API will be able to pick them up. In theory, your posts should be public anyway so anonymous users can see this.

This also gives you the ability to share stuff privately and not have it show up on your website.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!