Twitter Feed not showing full tweet

nuno_oliveira

New Member
So I am making an app that one part of it displays the users tweets in a table view. However there's something getting corrupted with some tweets such as its only showing a single character such as (") or an emoji character. In example if the tweet says:\[code\]RT @jakemillermusic: Everyone upload your pics that you took today during the ustream and caption it "follow @jakemillermusic #jakemiller"\[/code\]when shown with NSLog it prints :2013-04-03 00:34:30.476 ParsingXMLTutorial[3308:c07] RT @jakemillermusic: Everyone upload your pics that you took today during the ustream and caption it2013-04-03 00:34:30.476 ParsingXMLTutorial[3308:c07] "2013-04-03 00:34:30.477 ParsingXMLTutorial[3308:c07] follow @jakemillermusic #jakemiller2013-04-03 00:34:30.478 ParsingXMLTutorial[3308:c07] "Here's the URL I am using to fetch the XML format:http://api.twitter.com/1/statuses/u..._user=false&contributor_details=true&count=50
 
Back
Top