gpt4 book ai didi

ios - Facebook 用大图片贴到墙上

转载 作者:行者123 更新时间:2023-11-29 01:49:35 24 4
gpt4 key购买 nike

我想通过我的应用程序发布到 facebook 墙但有些事情让我感到困惑

这是我的帖子 enter image description here

我希望图片能像下面一张那么大 enter image description here

这是我的代码

NSDictionary *params = @{
@"message":@"www.apple.com.tw this is message",
@"link":@"www.yahoo.com.tw",
@"caption":@"link_caption",
@"description":@"dff",
@"name":@"erh",
@"picture":@"http://cdn.wall88.com/51a4f786c959d55670.jpg"

};

FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc]
initWithGraphPath:@"me/feed"
parameters:params
HTTPMethod:@"post"];

[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
id result,
NSError *error){

if (!error)
{
NSLog(@"sdg");
}
}];

如果我删除@"link":@"www.yahoo.com.tw"

图片就是我想要的但链接是汽车图片的链接 enter image description here

汽车图片尺寸为1920*1080

我是不是漏了什么?

我可以控制图片大小吗?

提前致谢

======anser edit=====

图片大小 1200 * 630 很有用

但一开始你发帖

facebook 似乎需要一些时间来检测图像大小,所以它显示为方形图像

多按F5,会变成大图

最佳答案

遵循 Facebook 对图像尺寸的建议:

Use images that are at least 1200 x 630 pixels for the best display onhigh resolution devices. At the minimum, you should use images thatare 600 x 315 pixels to display link page posts with larger images.

You should use a 1.91:1 image ratio, such as 600 x 314 px.

来源:https://developers.facebook.com/docs/sharing/best-practices#images

...这就是您所能做的,Facebook 会根据许多因素来决定它的外观 - 例如,有多少用户喜欢该域上的内容(我猜)。

关于ios - Facebook 用大图片贴到墙上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31554730/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com