You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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??
The text was updated successfully, but these errors were encountered: