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

Group node (administrator field) #1162

Open ir3nicus opened 4 years ago

ir3nicus commented 4 years ago

Hello, when I tried to ask for user groups. (GET) with administrator field (true/false) it works in Facebook API Explorer:

?fields=icon,id,name,created_time,owner,email,administrator

But when I asked for the same via PHP SDK ^5.7.0":

It shows error: nonexisting field (administrator) in Group Node

Can you suggest any solution for this problem? Do you have similar problem?

Thanks in advance