我正在为我的 iOS 应用程序使用 Google API,并且我有这个代码
[shareBuilder setURLToShare:[NSURL URLWithString:@"https://facebook.com/Uncollectible"]];
效果很好,并按预期将网址嵌入到我在 Google+ 上的帖子中。
但是另一种带有深度链接集的方法不会:
[shareBuilder setTitle:@"Uncollectible"
description:@"Stay cool. Stay debtless."
thumbnailURL:[NSURL URLWithString:@"http://facebook.com/Uncollectible"]];
请指教。谢谢!