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\",\
怎麼可以做到的?
謝謝!
梁