bigpopakap-crap / tabtutor

Website for community guitar tabs
0 stars 0 forks source link

Complete Facebook registration/login feature TODOs #12

Open bigpopakap opened 11 years ago

bigpopakap commented 11 years ago

Complete the detailed parts of the feature. This means addressing the TODOs in the code in FbAuthAction.java

bigpopakap commented 11 years ago

https://developers.facebook.com/docs/howtos/login/getting-started/

bigpopakap commented 11 years ago

Should use the server-side login instead: https://developers.facebook.com/docs/howtos/login/server-side-login/#step1

bigpopakap commented 11 years ago

Here's a module that can make things easy woo! http://www.playframework.com/modules/fbconnect-0.1/home (edit: this module is actually only for Play versions 1.x, so poop)

bigpopakap commented 11 years ago

Borrowing comment from #49:

Next things to do:

Also, these TODOs from #53