Skip to content

Commit

Permalink
DJR:Added missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
drahmel committed Nov 25, 2013
1 parent e2a2ea8 commit a533303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/HPAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ @implementation HPAppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[[HPAccountManager sharedManager] setupWithFacebookAppID:HPFacebookAppID
facebookAppPermissions:@[@"email", @"user_location", @"user_about_me"]
facebookSchemeSuffix:@""
twitterConsumerKey:HPTwitterConsumerKey
twitterConsumerSecret:HPTwitterConsumerSecret];

Expand Down

0 comments on commit a533303

Please sign in to comment.