Linkedin php api not setting access token in codeigniter
问题 This is my first time working with the linkedIn api and I am trying to follow this example in the official documentation: [http://developer.linkedin.com/documents/code-samples][1] I have refactored that same procedural code into a codeigniter controller class called Auth : <?php if (!defined('BASEPATH')) die(); class Auth extends CI_Controller { public function __construct () { parent::__construct(); define('API_KEY', $this->config->item('key')); define('API_SECRET', $this->config->item(