1

Accounts と Social フレームワークを追加し、View Controller でこれを行いました。

#import <Accounts/Accounts.h>
#import <Social/Social.h>

@interface FacebookViewController () <FBRequestDelegate> //Error - Cannot find protocol declaration for "FBRequestDelegate"

@end

他に何をする必要がありますか? FB API を使用するために必要な外部ファイルはありますか?

4

1 に答える 1