Skip to content

API calls with no authentication #12

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions