Skip to content

Instantly share code, notes, and snippets.

@ecpplus
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecpplus/c3bcbe889cfab08444ab to your computer and use it in GitHub Desktop.
Save ecpplus/c3bcbe889cfab08444ab to your computer and use it in GitHub Desktop.
Missing FB symbols required by Parse SDK
NSString *FBTokenInformationExpirationDateKey = @"";
NSString *FBTokenInformationTokenKey = @"";
NSString *FBTokenInformationUserFBIDKey = @"";
@interface FBAppCall:NSObject
@end
@implementation FBAppCall
@end
@interface FBRequest:NSObject
@end
@implementation FBRequest
@end
@interface FBSession:NSObject
@end
@implementation FBSession
@end
@interface FBSessionTokenCaching:NSObject
@end
@implementation FBSessionTokenCaching
@end
@interface FBSessionTokenCachingStrategy:NSObject
@end
@implementation FBSessionTokenCachingStrategy
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment