Skip to content

Instantly share code, notes, and snippets.

View jakespracher's full-sized avatar
🤙

Jake Spracher jakespracher

🤙
View GitHub Profile
@gsklee
gsklee / _.sh
Last active November 14, 2020 16:00
Node.js + Express Setup on Linux: The Best Practice @ http://gsklee.tumblr.com/post/47097805306/node-js-express-setup-on-linux-the-best-practice
# Install Node Version Manager
# https://github.com/creationix/nvm
$ curl https://raw.github.com/creationix/nvm/master/install.sh | sh
$ nvm install 0.10.3
$ nvm alias default 0.10.3
# Install Express
# https://github.com/visionmedia/express
$ npm install -g express
//If you have a Bridging-Header:
#import <FBSDKCoreKit/FBSDKCoreKit.h>
#import <FBSDKLoginKit/FBSDKLoginKit.h>
//In your AppDelegate:
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [String: AnyObject]?) -> Bool {
//App launch code
FBSDKApplicationDelegate.sharedInstance().application(application, didFinishLaunchingWithOptions: launchOptions)
//Optionally add to ensure your credentials are valid: