Lot of confusion understanding when I googled and studied tutorials like Getting Started with the Facebook SDK for iOS ,Legacy iOS Tutorial etc.I have downloaded the FacebookSDK-3.0 as I use Xcode version of 4.2,added the sdk framework to my xcode project,then followed every step of integrating Facebook sdk in to iphone application like Facebook app id,modifying plist file,adding other linker flag etc. strictly following this link.I have included the "friends_about_me,friends_birthday" permissions to my application as shown in the below screen shot:
EDIT
I have already implemented the login part successfully
But my requirement is fetching user's friends birthdays and I have a 'Facebook Sync' button for that.Now I have searched for resources meeting/similar to my requirement.But I ran in to errors implementing the answers(sample code) suggested by assisters in posts.A sample question can be glanced here
ERROR SCREEN SHOTS:
Where am I wrong?
Can any one please guide me,any help is greatly appreciated!
Thanks all in advance :)