Graph API '/feed' connection is requiring an access token even for Public data on a Page

后端 未结 2 1778
情深已故
情深已故 2020-12-06 20:27

Kindly help me in understanding this:

Suppose I\'m working with: http://graph.facebook.com/cocacola

http://graph.facebook.com/cocacola/feed was working but t

2条回答
  •  温柔的废话
    2020-12-06 20:59

    The API now requires authentification.

    It is still possible to access the feed by RSS, for public pages https://www.facebook.com/feeds/page.php?id=PAGE_ID&format=rss20

    Exemple (for facebook itself) https://www.facebook.com/feeds/page.php?id=20531316728&format=rss20

提交回复
热议问题