gpt4 book ai didi

iphone - 如何在iOS应用程序中在Google Plus上发布图像

转载 作者:行者123 更新时间:2023-12-01 17:21:18 25 4
gpt4 key购买 nike

我在iPhone中使用Google Plus API成功发布了内容和(链接)URL。
使用以下代码:

googleShare =[[[GooglePlusShare alloc] initWithClientID:@"my key"] autorelease];


[googleShare setDelegate:self];
appDelegate.shareGOOGLe =googleShare;


NSString *inputURL = @"";
NSURL *urlToShare = [inputURL length] ? [NSURL URLWithString:inputURL] : nil;

NSLog(@"%@",urlToShare);
NSString *inputText = @"TEst Sharing testing from iOS 5.0";
NSString *text = [inputText length] ? inputText : nil;
NSLog(@"%@",text);

[[[[googleShare shareDialog]
setURLToShare:urlToShare]
setPrefillText:shareMessge] open];

但我想发布图像到谷歌加。

谁能帮我?

提前致谢。

最佳答案

目前无法使用Google+ iOS SDK在Google+上共享图像。

关于iphone - 如何在iOS应用程序中在Google Plus上发布图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11392037/

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