アプリを使用して Facebook でテキストを共有しようとしています。ログインはできますが、テキストを共有しようとすると、これが表示されます
[OK]をクリックすると、すべてがなくなり、デバイスのFacebookアプリにログインしたまま、ログインを求められます
#import <FBSDKShareKit/FBSDKShareKit.h>
FBSDKShareLinkContent *content1 = [[FBSDKShareLinkContent alloc] init];
content1.contentURL = [NSURL URLWithString:@"http://en.wikipedia.org/wiki/Facebook"];
content1.contentDescription=content;
content1.contentTitle=@"Hello";
// content1.imageURL=imageURL;
[FBSDKShareDialog showFromViewController:self withContent:content1 delegate:nil];
これをログに記録する
plugin com.apple.share.Facebook.post invalidated