[Solved] How to get fbid, name, email from facebook using latest php SDK


Search for “Declarative Fields” in the changelog: https://developers.facebook.com/docs/apps/changelog#v2_4

You have to specify the fields you want to get, else you will only get ID and name. For example:

/me?fields=name,email

0

solved How to get fbid, name, email from facebook using latest php SDK