Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -[__NSCFString count]: unrecognized selector sent to instance 0xba2ce80
  2.  
  3. [FBRequestConnection startWithGraphPath:@"/100000200918206/likes"
  4. parameters:nil
  5. HTTPMethod:@"GET"
  6. completionHandler:^(
  7. FBRequestConnection *connection,
  8. id results2,
  9. NSError *error
  10. ) {
  11. /* handle the result */
  12. if (error) {
  13. NSLog(@"Error: %@", [error localizedDescription]);
  14. } else {
  15. [self simIndex];
  16. }
  17.  
  18.  
  19. }];
  20.  
  21. -(void) simIndex {
  22. //...
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement