I am try to share text in Facebook using app. i am able to do login but when i tried to share text getting this
Once i clicked ok every thing is gone and i am logged in Facebook app in device still asking to log in
#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];
getting this in log
plugin com.apple.share.Facebook.post invalidated