I\'m trying to setup a new app, identical to another app I setup. The client side code (php & js) is 100% identical except for a different app ID, and the original app w
Since v2.4 of the Graph API, you need to specify the fields in the API call:
/me?fields=name,email
Search for "Declarative Fields" in the changelog: https://developers.facebook.com/docs/apps/changelog#v2_4