Hi, is this tutorial http://alexbilbie.com/2013/02/developing-an-oauth2-authorization-server/ implemented with fuelphp or code-igniter. I am developing an oauth 2.0 authorization server using this tutorial but am not geting the output expected.
i.e code igniter doesn't have
$params['client_id'] = Session::get('client_id');
$params['client_details'] = Session::get('client_details');
i think it has something like
$params['client_id'] = $this->get('client_id');
$params['state'] = $this->get('state');
It looks like you're new here. If you want to get involved, click one of these buttons!