Unsupported get request in Facebook Graph API

前端 未结 6 1725
迷失自我
迷失自我 2020-12-01 09:10

For some reason my https://graph.facebook.com/210155825774263 returns an error :

{
   \"error\": {
      \"message\": \"Unsupported get request.\",
      \"t         


        
6条回答
  •  春和景丽
    2020-12-01 10:07

    I had also encountered this problem, and it was because the Facebook page I was managing had "County Restrictions" set in the Manage Permissions menu. Once I removed this restriction, the graph error went away.

提交回复
热议问题