You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Mike Thomsen <mi...@gmail.com> on 2018/04/06 20:05:53 UTC

Twitter API changes

Anyone know if this impacts GetTwitter?

https://9to5mac.com/2018/04/06/twitter-api-breaking-tweetbot-twitterrific-features/

Thanks,

Mike

Re: Twitter API changes

Posted by Aldrin Piri <al...@gmail.com>.
I believe we should be in the clear as per their docs [1].

We make use of the hosebird client (hbc [2]) which gets the sampling via
the statuses endpoint as per [3].

[1]
https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference
[2] https://github.com/twitter/hbc/
[3]
https://github.com/twitter/hbc/blob/ce61517be1e726fb4f5809786af86e14a559a4d7/hbc-core/src/main/java/com/twitter/hbc/core/endpoint/StatusesSampleEndpoint.java#L21

On Fri, Apr 6, 2018 at 4:05 PM, Mike Thomsen <mi...@gmail.com> wrote:

> Anyone know if this impacts GetTwitter?
>
> https://9to5mac.com/2018/04/06/twitter-api-breaking-tweetbot-twitterrific-
> features/
>
> Thanks,
>
> Mike
>