-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
From what I undertand, some API calls like users/show and statuses/user_timeline do not require authentication. So how do I make these calls using Elliot's Twtter library without authenticating?
For example when I try to do this (before authenticating) an exception will be thrown.
$user = $this->tweet->call('get', 'users/show', array('screen_name' => 'somescreenname'));
Sorry if this is a dumb question.
Metadata
Metadata
Assignees
Labels
No labels