i used twitter user_timeline api to pull the tweets,there i found a property name of text
,can i get the tweets in html format so that my hyperlinks may start working inside my loops to display.
i am using TwitterAPIExchange.php
library for php
$url = 'https://api.twitter.com/1.1/statuses/user_timeline.json';
$getfield = '?username=arpia';
$requestMethod = 'GET';
$twitter = new TwitterAPIExchange($settings);
$tw=$twitter->setGetfield($getfield)
->buildOauth($url, $requestMethod)
->performRequest();
how can i display linked #tags
uploaded images and other html entities