我正在使用最新版本的Facebook SDK。
使用标题分享照片很简单:
FBSDKSharePhotoContent *content = [[FBSDKSharePhotoContent alloc] init];
FBSDKSharePhoto *photo = [FBSDKSharePhoto photoWithImage:image userGenerated:YES];
photo.caption = txt_desc.text;
content.photos = @[photo];
[FBSDKShareAPI shareWithContent:content delegate:nil];
但是在FBSDKShareVideo或FBSDKShareVideoContent上找不到.caption属性。我已经在列表中找到了FBSDKShareVideo和FBSDKShareVideoContent可用的所有属性,但似乎没有任何东西可以保留标题。 FB SDK文档也没有给出任何答案。
我知道可以在iOS上分享带有标题的视频,因为Instagram iOS应用程序可以实现。我只是不知道如何。有人有任何想法吗?
答案 0 :(得分:0)
正如您可以在FBSDKShareVideo
select top 28 *
from
(select distinct [datecol],[Code Article],[Code Site] ,[Code Structure]
from [Vente] t2
where promo = 0
and ([Code Article] is not null) and ([Code Structure] is not null) and ([Prix de Revient] is not null)and [Code Article]= ' 714180291' and [Code Site]=' 7'
) t
order by [datecol]
中读到的那样,它不支持提供说明/标题。