Is it possible to get Facebook feed, likes and comments from a closed group that I own using the Facebook API + PHP

后端 未结 1 1217
傲寒
傲寒 2021-01-25 18:50

I want to build a web application that gets feed, likes and comments from a closed group that I own - using the Facebook API + PHP

I saw that I can get information using

相关标签:
1条回答
  • 2021-01-25 19:00

    There was a missing token and permission definition. This webpage has a simple example of how it suppose to look like:

    http://www.benmarshall.me/facebook-sdk-php-v4/

    0 讨论(0)
提交回复
热议问题