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.
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 check all below points -
Select Project and goto Build phase -> Link binary with Libraries and select FacebookSDK.framework
Goto your viewcontroller and import - #import and #import
Please delete existing added FacebookSDK.framework before doing the above step.
please use latest Facebook sdk. https://github.com/facebook/facebook-ios-sdk it will work fine with me.