我想在我的网络应用程序中使用 OAuth。我在新窗口 Safari 中打开 OAuth 页面。授权后我可以从身份验证页面返回 Web 应用程序吗?
这是我重定向到 OAuth 页面的代码:
<a class="auth-link twitter" href="<?php echo (Yii::app()->request->baseUrl); ?>/mobile.html?service=twitter" rel="external" >
<img src="<?php echo (Yii::app()->request->baseUrl); >/img/mobile/soc_icon_tweet.png" id="social_logo" alt="image">
</a>
不可能?