Skip to content

Example of persistent ToDos with Facebook authentication using Thorax and Parse

Notifications You must be signed in to change notification settings

kenwheeler/Parse-Todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thorax & Parse Todo Seed

Example of persistent ToDos with Facebook authentication using Thorax and Parse

Configuration

  • Edit your /js/routers/todo-list.js and replace the placeholders with your Parse initialize script & Facebook App ID

    Parse.initialize("REPLACE ME", "REPLACE ME");
    
    window.fbAsyncInit = function() {
    
        Parse.FacebookUtils.init({
    
            appId      : 'REPLACE ME',
    
            cookie      : true,
    
            xfbml      : true
    
            });
    
        };
    
  • Run npm start

  • ?

  • PROFIT

Check out a demo here

About

Example of persistent ToDos with Facebook authentication using Thorax and Parse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published