1
我是从旧sharekit升级到最新Sharekit2.0。Sharekit2.0不能一起发布“URL链接文本,图像”信息的Facebook墙上
最后,我需要在Facebook分享达到这个:https://s3-ap-southeast-1.amazonaws.com/eight29/demo.png
在老sharekit,我能做到这一点的dialog.attachment(FBStreamDialog)为如下图所示。但是,在最新版本中,此功能缺失。
BStreamDialog* dialog = [[[FBStreamDialog alloc] init] autorelease];
dialog.delegate = self;
dialog.userMessagePrompt = @"Post Item to Facebook";
dialog.attachment = [NSString stringWithFormat:@"{\"name\":\"example\",\"href\":\"http://apps.facebook.com/example/?%d\",\
怎么可以做到的?
谢谢!
梁