I tried the facebook-ios-sdk and followed the steps given here.
After following all the steps when I executed the applications.
[facebook requestWithGraphPath:@"me" delegate:self];
This doesnt seems to be working as I'm getting:
Error Domain=facebookErrDomain Code=10000 UserInfo=0x4b65ac0 "Operation could not be completed. (facebookErrDomain error 10000.)"
Thanks in advance