1

我想从 Google+ 获取 OAuth。我正在做

[webView loadRequest:[NSURLRequest requestWithURL:[NSURL
URLWithString:@"https://accounts.google.com/o/oauth2/auth?client_id=952790678356&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/plus.me&response_type=token"]]];

我知道重定向 URI 中的问题,但我没有重定向 uri,它是http:// localhost. 我尝试使用重定向 URI http:// localhost,但它不起作用。也许有人知道我必须在重定向 URI 中写什么?

4

1 回答 1

0

Google+ iOS SDK 和示例应用程序演示了如何使用已安装的应用程序 OAuth 流程(通过使用 Google+ 登录按钮)。使用此 SDK,您将能够注册您的Bundle ID

https://developers.google.com/+/mobile/ios/

于 2012-07-13T20:21:17.560 回答