Parsing error when using getSearchResultsForQuery of MGTwitterEngine
- by deep8981
Hi everyone
I am doing a search using getSearchResultsForQuery method and i get searchresult too but when i try to print the parsed data i dont get text of all the tweets
i am doing this
[twitterEngine getSearchResultsForQuery:@"#joke" sinceID:twitterUserId startingAtPage:1 count:5];
and below is the result in console and it shows that i do…