I am using Elliot Haughin's Codeigniter twitter library for my 'login with twitter' feature. I have placed all the files as described by the guide. And i haven't made any changes to it. When i run a simple login with twitter. It throws me an error, and the error comes from the library file from the api. here is a link to the original file:
https://github.com/elliothaughin/codeigniter-twitter/blob/master/application/libraries/tweet.php
The error I am getting is :
Undefined property: stdClass::$request, Line Number: 205
Undefined property: stdClass::$error, Line Number: 205
Is it a bug in the library, or what do you think the problem is?
Thanks in advance.
