Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Last active August 29, 2015 14:02
Show Gist options
  • Save niraj-shah/bfce250aa6a398f17843 to your computer and use it in GitHub Desktop.
Save niraj-shah/bfce250aa6a398f17843 to your computer and use it in GitHub Desktop.
Facebook PHP SDK 4.0.x with CodeIgnitor
.
└── /
├── application
│ ├── cache
│ ├── config
│ ├── controllers
│ ├── core
│ ├── errors
│ ├── helpers
│ ├── hooks
│ ├── language
│ ├── libraries
│ │ └── Facebook
│ │ ├── FacebookCanvasLoginHelper.php
│ │ ├── FacebookCurl.php
│ │ ├── FacebookHttpable.php
│ │ ├── FacebookCurlHttpClient.php
│ │ ├── FacebookJavaScriptLoginHelper.php
│ │ ├── FacebookPageTabHelper.php
│ │ ├── FacebookRedirectLoginHelper.php
│ │ ├── FacebookRequest.php
│ │ ├── FacebookResponse.php
│ │ ├── FacebookSession.php
│ │ ├── GraphObject.php
│ │ ├── GraphAlbum.php
│ │ ├── GraphLocation.php
│ │ ├── GraphSessionInfo.php
│ │ ├── GraphUser.php
│ │ ├── FacebookSDKException.php
│ │ ├── FacebookRequestException.php
│ │ ├── FacebookClientException.php
│ │ ├── FacebookAuthorizationException.php
│ │ ├── FacebookPermissionException.php
│ │ ├── FacebookServerException.php
│ │ ├── FacebookThrottleException.php
│ │ └── FacebookOtherException.php
│ ├── logs
│ ├── models
│ ├── third_party
│ ├── views
│ ├── index.html
├── public
│ ├── css
│ ├── js
│ ├── img
├── system
│ .htaccess
└── index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment