Hi, I am implementing a simple twitter feed using REST API. The feed isn’t looking good when tweets contain URL, where the page pointed to by URL has Twitter card in place.
I understand that Twitter caches Twitter card information. Is there any REST API end point that can share cached information (especially the image)?
Same feed on Twitter looks excellent with image media, but the feed from my implementation isn’t that excellent for those posts since only Tweet text is available.
Could anyone please suggest any efficient approach to get image from Twitter card?
Thank you so much.