Skip to content

Instantly share code, notes, and snippets.

@nwg
Forked from imosquera/appDelegate.m
Created October 17, 2011 23:35
Show Gist options
  • Save nwg/1294195 to your computer and use it in GitHub Desktop.
Save nwg/1294195 to your computer and use it in GitHub Desktop.
#import <Socialize-iOS/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