如何从控制器中的google api oauth2获取响应代码

时间:2014-05-30 07:06:21

标签: php codeigniter

我是CodeIgniter和PHP的新手。 Google API控制台中提供的重定向网址:

Redirect URIs:  http://localhost/testgmail/index.php/main/gmail_invite

以下代码显示了Request For Permission页面。当我单击“允许访问”时,它会将我带到

http://localhost/testsaav/index.php/main/gmail_invite?code=4/CXD462cen-oEBe1GaHIH90hjqb2X.QpVsg7mG4AUXaDn_6y0ZQNgaCVLxeAI

它给我找不到错误页面。

我应该如何获得Controller方法

function gmail_invites()
{
   $data = $this->input->get('code');
}

0 个答案:

没有答案