Skip to content

Options for Other Methods? #9

@cogdog

Description

@cogdog

Not really an issue, and I could just fork a change. This works great within a new WP site I am building, except, I am collecting replies to a single account, so I have to change the

$result = $connection->get('statuses/user_timeline', $options);

to

$result = $connection->get('statuses/mentions_timeline', $options);

It's working great, but might there be value in having the API method be a variable??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions