zendframework / ZendService_Twitter

PHP OOP wrapper for the Twitter API
BSD 3-Clause "New" or "Revised" License
22 stars 23 forks source link

Added param tweet_mode=extended for timelines too #57

Closed DevDavido closed 6 years ago

DevDavido commented 6 years ago

As of Sept 2017 Twitter allows tweet_mode=extended for various endpoints: https://developer.twitter.com/en/docs/tweets/tweet-updates

That's why I added the parameter to the timeline endpoints :)

weierophinney commented 6 years ago

Thanks, @DevDavido.