0

I try to develop an Application using Yahoo SDK. When App show a webview with url :

https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=....

Then I input my username and account to login. Then webview displays Confirm SMS security view. But the webview do not display the "verify" button, like the Image below: enter image description here

My webview also set _webView.scalesPageToFit = YES;

How do I resolve this problem?

Thanks.

4

2 回答 2

0

使用 yahoo 移动登录 URL 进行登录,并在“done”参数中设置 yahoo api URL。它重定向到 yahoo api 以获取您的应用授权。

https://login.yahoo.com/m?&.src=oauth&.lang=en-us&.intl=us&.done=https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=.....
于 2014-02-14T07:23:42.157 回答
0

使用更正 webview 框架

    [_webView setFrame:CGRectMake(x, y, width, height)];
于 2013-05-15T11:50:37.417 回答