Skip to content

Commit

Permalink
removed unused consts
Browse files Browse the repository at this point in the history
  • Loading branch information
k7d committed Oct 9, 2013
1 parent ef1f963 commit bfc4e84
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Facebook.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@
#import "FBSession+Internal.h"
#import "FBUtility.h"

static NSString* kDialogBaseURL = @"https://m." FB_BASE_URL "/dialog/";
static NSString* kGraphBaseURL = @"https://graph." FB_BASE_URL "/";
static NSString* kRestserverBaseURL = @"https://api." FB_BASE_URL "/method/";

static NSString* kFBAppAuthURLScheme = @"fbauth";
static NSString* kFBAppAuthURLPath = @"authorize";
static NSString* kRedirectURL = @"fbconnect://success";

static NSString* kLogin = @"oauth";
static NSString* kApprequests = @"apprequests";
static NSString* kSDKVersion = @"2";

// If the last time we extended the access token was more than 24 hours ago
// we try to refresh the access token again.
static const int kTokenExtendThreshold = 24;
Expand Down

0 comments on commit bfc4e84

Please sign in to comment.