You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the below code block and get returned a successful response but it contains no array, however if I remove the "popular" result type I get results.
I have the below code block and get returned a successful response but it contains no array, however if I remove the "popular" result type I get results.
[[TwitterAPI twitterAPIWithOAuth] getSearchTweetsWithQuery:"oculus+rift+shipping" geocode:nil lang:nil locale:nil resultType:@"popular" count:@"7" until:nil sinceID:nil maxID:nil includeEntities:nil callback:nil successBlock:^(NSDictionary *searchMetadata, NSArray *statuses) { NSLog(@"-- success, more to come: %@, %@", searchMetadata, statuses); self.twitterArticleRelatedObjects = statuses; [self.collectionView reloadData]; } errorBlock:^(NSError *error) { //NSLog(@"-- %@", error); }];
*result:
*
2016-01-27 18:58:40.059 Tech Digest[1968:307821] -- success, more to come: { "completed_in" = "0.038"; count = 7; "max_id" = 0; "max_id_str" = 0; query = "oculus+rift+shipping"; "since_id" = 0; "since_id_str" = 0; }, ( )
The text was updated successfully, but these errors were encountered: