I am using DUKT's Twitter 1.0.32 but am fresh at reading APIs, so would like a little help. I would like to request tweets with image only from our main ID.
{% set tweets = craft.twitter.get('statuses/user_timeline', {count:3}) %}
This works fine, but even an attempt to play around with the other parameters within user_timeline baffles me.
Could I ask for some examples to display tweet text & image, plus some other relevant parameters?