Skip to content

Instantly share code, notes, and snippets.

@ekoneil
Created August 7, 2012 17:37
Show Gist options
  • Save ekoneil/3287652 to your computer and use it in GitHub Desktop.
Save ekoneil/3287652 to your computer and use it in GitHub Desktop.
Enable verbose logging of Facebook API calls
[FBSettings setLoggingBehavior:[[NSSet alloc] initWithArray:@[FBLoggingBehaviorFBRequests,
FBLoggingBehaviorFBURLConnections]]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment