Skip to content

Instantly share code, notes, and snippets.

@imosquera
Forked from nwg/appDelegate.m
Created November 18, 2011 03:06
Show Gist options
  • Save imosquera/1375464 to your computer and use it in GitHub Desktop.
Save imosquera/1375464 to your computer and use it in GitHub Desktop.
#import <Socialize/Socialize.h>
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
return [Socialize handleOpenURL:url];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment