facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.17k stars 1.95k forks source link

NOT get roles and comments #1171

Open t67132 opened 4 years ago

t67132 commented 4 years ago

HI! use php graph sdk not get roles and comments Want to ask, is there a solution? php code $url = '/'.$accounts_id.'/?fields=id,name,link,picture{url},roles{id,name},members'; $this->fb->get($url)->getDecodedBody(); image

use Facebook graph UI get roles ok image