Found a bug (and how to fix) for Twitter Widget Pro lists
-
We weren’t getting the Twitter list feature to work in Twitter Widget Pro.
I tracked it down to line 1049 of wp-twitter-widget.phpI changed line 1049 from
$response = $this->_wp_twitter_oauth->send_authed_request( 'statuses/user_timeline', 'GET', $parameters );
to
$response = $this->_wp_twitter_oauth->send_authed_request( 'lists/statuses', 'GET', $parameters );
and now it works.
This should be addressed for the next release.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Found a bug (and how to fix) for Twitter Widget Pro lists’ is closed to new replies.