# Using twitter4j

**URL:** https://discourse.processing.org/t/using-twitter4j/31719
**Category:** Libraries
**Created:** [August 13, 2021, 6:41pm UTC](https://discourse.processing.org/t/using-twitter4j/31719 "2021-08-13T18:41:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![garrettlynch](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/garrettlynch/32/19853_2.png) [@garrettlynch](https://discourse.processing.org/u/garrettlynch)
#### Post date: [August 13, 2021, 6:41pm UTC](https://discourse.processing.org/t/using-twitter4j/31719/1 "2021-08-13T18:41:08Z")

</div>

Is twitter4j now integrated into Processing (3.5.4)? I’m using it without problems and its not in the code folder of the sketch.

---

<div class="post-metadata">

### Author: ![micuat](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/micuat/32/19407_2.png) [@micuat](https://discourse.processing.org/u/micuat)
#### Post date: [August 14, 2021, 2:10pm UTC](https://discourse.processing.org/t/using-twitter4j/31719/2 "2021-08-14T14:10:57Z")

</div>

I don’t think so. To use a library, you can either add the lib to the sketch folder or add it to the libraries folder inside Processing folder in Documents or something… and perhaps the latter is the case. You can also check from Sketch menu → import library to see if twitter4j is listed (installed).

---

<div class="post-metadata">

### Author: ![garrettlynch](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/garrettlynch/32/19853_2.png) [@garrettlynch](https://discourse.processing.org/u/garrettlynch)
#### Post date: [August 14, 2021, 6:59pm UTC](https://discourse.processing.org/t/using-twitter4j/31719/3 "2021-08-14T18:59:53Z")

</div>

Silly me Twitter4j is bundled as part of [Simpletweet](https://github.com/gohai/processing-simpletweet/), it’s not listed separately in the Contribution Manager or integrated into Processing core.
