我添加了 Accounts 和 Social 框架,并在我的视图控制器中完成了这项工作:
#import <Accounts/Accounts.h>
#import <Social/Social.h>
@interface FacebookViewController () <FBRequestDelegate> //Error - Cannot find protocol declaration for "FBRequestDelegate"
@end
我还需要做什么?是否需要使用 FB API 的工作文件?