Chapter 4. Adding Authentication Capabilities Using PhoneGap Plugins
In this chapter, we will be adding authentication capabilities to our to-do list app. To be specific, we are going to add Facebook Login capabilities to our app. We will start working on the web-based version of our app before porting the code over to the PhoneGap version. In the PhoneGap version, we will be leveraging on the PhoneGap plugin in order to achieve what we have done for the web-based version. The porting of code will be slightly less straightforward due to the recent changes to PhoneGap's Facebook plugin. So sit tight and see how we can add login capabilities in this chapter.