上传图片后,我想将其发布在用户墙上.
不幸的是,我在Facebook UI中收到以下错误:
不幸的是,我在Facebook UI中收到以下错误:
“FBCDN image is not allowed in stream.filepath“
看来@“图片”的价值不会被接受,但为什么呢?
当我NSLog“thumbURL”时,它是正确的.
我该如何解决这个问题?
这是我的完整方法:
NSString *thumbURL = kDefaultThumbURL; NSString *imageLink = [NSString stringWithFormat:[result objectForKey:@"link"]]; NSMutableDictionary* dialogParams = [NSMutableDictionary dictionaryWithObjectsAndKeys: kAppId,@"app_id",imageLink,@"link",thumbURL,@"picture",@"imageName",@"name",nil]; [appDelegate.facebook dialog:@"Feed" andParams:dialogParams andDelegate:self];
谢谢你的帮助..
解决方法
您需要将映像存储在本地服务器本地的某个位置.由于这个
article