我有一个控制器使用FB数据处理用户注册:
if ($this->isLogged()) {
try {
$apiObject = $this->_fb->api('/me');
} catch (FacebookApiException $e) {
$apiObject = null;
throw $e;
}
} else {
HTTP::redirect($this->getLoginUrl());
}
但重定向不起作用它只是重定向回到触发此代码的页面。
如何在Kohana 3.3中将用户重定向到FB,以便他可以登录?
getLoginUrl()方法返回:
https://www.facebook.com/dialog/oauth?client_id=123456&redirect_uri=http%3A%2F%2Ftest.test.com%2Fregistration-user%3Fh_module%3Duser%26h_action%3Dregister_fb%26h_secure%3Deffeeeff&state=fdsfdfdfdf&display=popup&scope=email