I am working on a new app that will read data from twitter. I can read the tweets successfully, but if the tweet has a link, the app should read the content of that link (the content of the page on that link) and display it instead of the tweet content (like what happened in the FLIPBOARD APP).
Is there any class that do this automatically?