Skip to content

Instantly share code, notes, and snippets.

@nwg
Forked from imosquera/gist:1375443
Created April 17, 2012 21:10
Show Gist options
  • Save nwg/2409074 to your computer and use it in GitHub Desktop.
Save nwg/2409074 to your computer and use it in GitHub Desktop.
#import <Socialize/Socialize.h>
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
//set the FB App Id, you can find your FB app Id here: https://developers.facebook.com/apps
[Socialize storeFacebookAppId:@"YOUR FB APP ID"];
//your extra code goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment