Google+ API重定向uri

时间:2012-06-24 21:07:50

标签: iphone objective-c ios google-plus

我想从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中写什么?

1 个答案:

答案 0 :(得分:0)

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

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