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??

Asked
Active
Viewed 720 times
1
User1075
- 819
- 15
- 36
-
add your facebook code here – Dharmesh Dhorajiya Jul 29 '15 at 10:53
-
`permissions:@[@"user_about_me", @"email", @"user_birthday"] ` allow these permissions in your code. – Sushil Sharma Jul 29 '15 at 11:03
-
you can use latest Facebook SDK 4.x then you get user info (specifiers every field you get). refer this link http://stackoverflow.com/a/30275960/4536708 – Dharmesh Dhorajiya Jul 29 '15 at 11:04