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.18k stars 1.96k forks source link

name field is deprecated for versions v3.3 and higher #1207

Closed jroca22 closed 4 years ago

jroca22 commented 4 years ago

I've received the error "name field is deprecated for versions v3.3 and higher" when querying /{page-id} endpoint with V7. The link I've tried was /{page-id}?fields=about,name,link,category,description,fan_count,hometown,website,founded,new_like_count,products When testing the endpoint with graph api explorer it returns me the page name and from the documentation it's not deprecated.