我正在尝试使用应用程序在 Facebook 中分享文本。我可以登录,但是当我尝试分享文本时得到这个
一旦我点击确定,一切都消失了,我在设备中登录 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