Alican Vergin

Results 2 comments of Alican Vergin

You can get it from the `raw_data` attribute, which dumps all the `json` response from the Twitter API. ```Elixir user = ExTwitter.verify_credentials(include_email: true) user.raw_data.email ``` will return the email.

You can use the `tweet_mode: :extended` option in `search_lookup` to get the full text from tweet.