Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Missing tweet_mode extended #217

Open
DanielaSfregola opened this issue Mar 23, 2018 · 3 comments
Open

Missing tweet_mode extended #217

DanielaSfregola opened this issue Mar 23, 2018 · 3 comments

Comments

@DanielaSfregola
Copy link
Owner

DanielaSfregola commented Mar 23, 2018

In #201 seems like in we forgot to add support for tweet_mode extended.

List of missing endpoints found so far:

  • all tweetLookup methods (we have done only one!)
  • all streaming methods

Please, comment here if you notice other endpoints missing.

Cheers,
Daniela

@aron-bordin
Copy link

Hi!
Looks like it is not supported in streams ...
Is there a simple workaround?

@DanielaSfregola
Copy link
Owner Author

Hi @aron-bordin,
I wasn't aware streams should support tweet_mode -- but I guess it makes lots of sense! Do you have by any chance the link to the streaming API documentation discussing this? I'll assume for now that all the streaming endpoints need the support for tweet_mode.

Unfortunately, there is no workaround....we just need to change the code. The code change is pretty simple, so it shouldn't take too long.

In the meanwhile, PRs are always welcome ;)

Cheers,
D.

@aron-bordin
Copy link

aron-bordin commented Apr 5, 2018

They describe it here (in the Overview section): https://developer.twitter.com/en/docs/tweets/tweet-updates that streaming also supports extended mode.

It's not documented here: https://developer.twitter.com/en/docs/tweets/filter-realtime/api-reference/post-statuses-filter.html looks like they have missed.

I wrote a python script to test and just added tweet_mode=extended to filter.json URL and got it working.

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

No branches or pull requests

2 participants