This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the Facebook component of my app. | |
This is the only component that is allowed to talk to the Facebook API directly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the about page. | |
It uses the Facebook component to pull my public information and populate a table with it. | |
It caches the data so it is only fetched once. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the login component. | |
It uses the Facebook component as a login provider. | |
It doesn't need a template file because the template is part of the index page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the todo application. | |
It uses Backbone's sync to talk to my JSON REST API. |
NewerOlder