-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Whenever I try this:
$friends = $this->tweet->call('get', 'friends/ids', array('screen_name' => $user->screen_name));
I get errors:
Severity: Notice
Message: Undefined property: stdClass::$request
Filename: libraries/tweet.php
Line Number: 205
AND
Severity: Notice
Message: Undefined property: stdClass::$error
Filename: libraries/tweet.php
Line Number: 205
The call returns 'false'. What is going on here?
Metadata
Metadata
Assignees
Labels
No labels