I have added FacebookSDK.framework into my project,
#import <FacebookSDK/FacebookSDK.h>
but I get this error: Use of undeclared identifier 'FBAppCall'
I am working about function LoginFB, please help me.
please use latest Facebook sdk. https://github.com/facebook/facebook-ios-sdk it will work fine with me.
FBAppCall
anywhere in your code? edit: according to the comment above this that's an Xcode problem, try following that solution, if it doesn't work come back with more code. – hfingler