Skip to content

Instantly share code, notes, and snippets.

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