Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 851 Bytes

File metadata and controls

23 lines (22 loc) · 851 Bytes

Galilee Notes

Debugging

  • Using the debug package from NPM
  • Example of how to debug the server
% DEBUG_DEPTH=4 DEBUG=user,knex:bindings,knex:query npm run watch:dev

Facebook

Access Tokens

App Access Token

User Access Token

Can get an access token for testing from the Graph API Explorer.

  1. Choose the application from the dropdown (NW corner)
  2. Choose Get User Access Token from Get Token dropdown
  3. Choose permissions required from the popup; can revisit this page to add or remove permissions
  4. Click Get Access Token
  5. Authorize via popup

Share Button