Google iOS API缩略图URL:不工作

Google iOS API缩略图URL:不工作,ios,google-api,google-plus,Ios,Google Api,Google Plus,我正在为我的iOS应用程序使用Google API,我有以下代码 [shareBuilder setURLToShare:[NSURL URLWithString:@"https://facebook.com/Uncollectible"]]; 这很好,并且像预期的那样将url嵌入到我在Google+上的帖子中 但另一种具有深层链接集的方法不适用: [shareBuilder setTitle:@"Uncollectible" description:@"

我正在为我的iOS应用程序使用Google API,我有以下代码

    [shareBuilder setURLToShare:[NSURL URLWithString:@"https://facebook.com/Uncollectible"]];
这很好,并且像预期的那样将url嵌入到我在Google+上的帖子中

但另一种具有深层链接集的方法不适用:

    [shareBuilder setTitle:@"Uncollectible"
           description:@"Stay cool. Stay debtless."
          thumbnailURL:[NSURL URLWithString:@"http://facebook.com/Uncollectible"]];

请告知。谢谢

首先,定义“不工作”url没有嵌入到帖子中,缩略图也没有showing@SteveCorleone,我也面临着同样的问题,你找到解决办法了吗?@SteveCorleone,你找到解决办法了吗?