0

I'm fetching public twitter feeds from twitter its return one 24 to 26 key value dictionary against one feed for this I'm used third party library STTwitter it returns array of dictionary of twitter feeds. Problem is that in dictionary value against key "text" its return some text and link too in link back slash "\" occur when i get string it return ... after before backslash I searched a lot but no solution find how I get whole text from dictionary with backslash link in ios

Thanks in advance

nst
  • 3,862
  • 1
  • 31
  • 40
  • 1
    And what's your question? – trojanfoe Apr 22 '14 at 06:50
  • it returns "..." suppose in dictionary its full text is ht\u2069 when i get [dictionary objectforkey:@"text"] it returns ht... – Arslan Khalid Apr 22 '14 at 10:17
  • I'm still confused. When you say "it returns", *what* returns that? It looks like you are getting what you want when you use `objectForKey:` so where is the problem? – trojanfoe Apr 22 '14 at 10:25
  • Edit your post, add an example of what you get, and what's your real issue, with your code, what your expect and what you think is wrong. – Larme Apr 22 '14 at 11:23

0 Answers0