Skip to content

Instantly share code, notes, and snippets.

@pnicholls
Created December 11, 2011 23:34
Show Gist options
  • Save pnicholls/1463501 to your computer and use it in GitHub Desktop.
Save pnicholls/1463501 to your computer and use it in GitHub Desktop.
- (void)saveUser {
AppDelegate *delegate = (AppDelegate *) [[UIApplication sharedApplication] delegate];
[[delegate facebook] requestWithGraphPath:@"me" andDelegate:self];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment