Hi there
I am using twitter gem (https://github.com/sferik/twitter) to embed tweets in my app. I want to show images too but I catch the tweets and image is not shown.
In response in example (https://dev.twitter.com/docs/api/1.1/get/statuses/oembed) where is the image?
I make a call with default parameters and omit_script = true, so I think that it should automatically expand images
Maybe is a bug in gem but I don’t think so. What I am doing wrong?
Another question: can resumes in tweets be shown in embedded tweets?
Thanks