Facebook Graph API and Generic Access token

前端 未结 4 477
鱼传尺愫
鱼传尺愫 2021-02-06 19:48

If I understand correctly, the Graph API enables access to public pages using a generic access token. I\'m finding however that many public pages are not returned in search resu

4条回答
  •  名媛妹妹
    2021-02-06 20:40

    I suspect you need a user access token to use /search as search results use social context. If you have the page id, you can load that without any access token by just hitting /id

提交回复
热议问题