Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs support for Twitter's "extended mode" #42

Open
rassie opened this issue Dec 1, 2016 · 1 comment
Open

Needs support for Twitter's "extended mode" #42

rassie opened this issue Dec 1, 2016 · 1 comment

Comments

@rassie
Copy link

rassie commented Dec 1, 2016

Twitter has updated its policy to not include certain content types in the 140 character count. Therefore, many tweets are truncated to 140 characters in the so-called "Classic mode". twitter-types (and twitter-conduit) would need to support the "extended mode", since it may one day become the default.

Twitter's documentation is located here: https://dev.twitter.com/overview/api/upcoming-changes-to-tweets

@stianlagstad
Copy link
Contributor

Just noting for others: This change in twitter-conduit added partial support for extended mode. An example call (using twitter-conduit) is: call twInfo mgr $ homeTimeline & #tweet_mode ?~ "extended" & #since_id ?~ 1 & #count ?~ count.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants