Skip to content

Instantly share code, notes, and snippets.

@fawkeswei
Created May 4, 2011 18:04
Show Gist options
  • Save fawkeswei/955672 to your computer and use it in GitHub Desktop.
Save fawkeswei/955672 to your computer and use it in GitHub Desktop.
NSString *path = [NSString stringWithFormat:@"%@/Albums",[friendObject objectForKey:@"id"]];
[_facebook requestWithGraphPath:path andDelegate:self.detailViewController];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment