-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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??
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels