1

I have a Facebook login in my app. Actually public_profile is a default permission. For Facebook integration i have used a wrapper class. Problem is that i am getting only id and name from Facebook SDK while logging in. Can anyone guess the problem?? **Sample log from XCode**

User1075
  • 819
  • 15
  • 36

1 Answers1

1

You need to specify each field you want to retrieve if you're using v2.4 of the Graph API.

See my answer at

Community
  • 1
  • 1
Tobi
  • 31,405
  • 8
  • 58
  • 90