clickrain / EE_Twitter

EE Add-on that uses oAuth to display Twitter Feed
Other
48 stars 18 forks source link

Support lists #35

Closed bryanburgers closed 10 years ago

bryanburgers commented 10 years ago

At #34 @Kolin suggests a way to pull in tweets from multiple people. This has been requested internally before as well.

I wonder if the best way to do this is to support Twitter's list functionality. This way, we would still be relying on Twitter to do all of the heavy lifting, and we wouldn't need to make n API calls for the n users that we want data from.

On the other hand, it does introduce a small burden of having to create a list to show tweets from multiple people.

bryanburgers commented 10 years ago

It turns out that list is a reserved word in PHP, so {exp:twitter:list} cannot be the API.

bryanburgers commented 10 years ago

Resolved by aa8cd7e, even though I'm an idiot and referenced the wrong issue.