You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/20 17:43:13 UTC

[GitHub] [beam] kisaga commented on issue #21952: [Bug]: Twitter example not working due to deprecation of v1 stream endpoint

kisaga commented on issue #21952:
URL: https://github.com/apache/beam/issues/21952#issuecomment-1160702263

   ## Obstacles and Approach
   After searching if a contribution on [twitter4j](https://github.com/Twitter4J/Twitter4J) can be made, I saw that the project is inactive and not updated for v2 Twitter API. Then I searched for any available clients of the v2 API and I found [this](https://github.com/twitterdev/twitter-api-java-sdk). I reverse engineered some of the twitter4j functionality, extracted the high level logic and transferred it to the twitter-api-java-sdk (there was already some functionality as an example) under [this PR](https://github.com/twitterdev/twitter-api-java-sdk/pull/27) (pending review).
   
   I am waiting for your feedback If there are any disagreements on the approach
   
   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org