gpt4 book ai didi

ios - Google Plus 无法创建帖子。稍后再试

转载 作者:行者123 更新时间:2023-11-29 10:52:44 24 4
gpt4 key购买 nike

当我尝试在我的 IOS 应用程序上打开 native GPP 共享对话框时,出现以下错误:

enter image description here

使用基于 Web 的共享确实按预期工作。这是我的代码:

- (IBAction)shareGooglePlus:(id)sender {

GPPSignIn *signIn = [GPPSignIn sharedInstance];
signIn.clientID = kClientID;
signIn.scopes = [NSArray arrayWithObjects:
kGTLAuthScopePlusLogin,
nil];

signIn.delegate = self;
if (![signIn trySilentAuthentication]){
[signIn authenticate];
}
}

- (void)finishedWithAuth: (GTMOAuth2Authentication *)auth
error: (NSError *) error
{
id<GPPShareBuilder> shareBuilder = [[GPPShare sharedInstance]
nativeShareDialog];
}

先谢谢了

最佳答案

您是否在该客户端 ID 的 API 控制台项目中启用了 Google+ API?

关于ios - Google Plus 无法创建帖子。稍后再试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19769351/

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