I could get the HTML markup of what is stored on Twitter ( https://dev.twitter.com/docs/cards ).
So far, I have used the TweetSharp library to get tweets from some user timeline. But, not surprisingly, because the cards are new, it is not included.
Does anyone know if it is possible to access the card (data cached by the Twitter blog) with the API?
source share