-
Notifications
You must be signed in to change notification settings - Fork 0
Facebook App
Rob Finean edited this page Jan 8, 2015
·
14 revisions
We are facebook App appId =110412772419214.
Facebook demographics still seem to be a reasonable match for a UK audience even if it doesn't reach school-kids or college students as much as we'd like.
We use facebook to oAuth users, store and retrieve Good Deed open-graph objects in facebook and hold facebook conversations on each Good Deed. All our data is stored by facebook for free; we have no desire to maintain a backend of our own when we can benefit from these free tools:
Good Javascript SDK examples:
- Hello World
- Example game
- Video tour of Simon's Food App
- Real-world example
- Video presentation of the Object API
- Comprehensive working example
We might use Backbone.js as our Model-View-Controller (MVC) so all these seem like they could be useful:
- Tutorial
- Intro to backbone worked examples
- Backbone.API.Facebook
- Offline local storage (because mobiles are not always connected to the Internet)
- Infinite scrolling lists
- bidirectional DOM bindings
- Parse - one of the best Backend-as-a-Services
- Maybe we could use Disqus for our conversations instead?
- Programmable Web lists lots of other APIs
