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