Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created June 7, 2014 11:19
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 niraj-shah/3255fe9a09528880c760 to your computer and use it in GitHub Desktop.
Save niraj-shah/3255fe9a09528880c760 to your computer and use it in GitHub Desktop.
Facebook PHP SDK 4.0.x File Structure
.
└── app
├── 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
├── assets
│ ├── css
│ ├── js
│ ├── img
└── index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment