Search code examples
javascripthtmloauth-2.0social-networkinghybrid-mobile-app

Intel XDK social login


i want to implement social network login in my intel xdk app. Have any good plugins for implement this? [for facebook login, g+ login, twitter login]./ how to implement social network login in intel xdk app?


Solution

  • Intel XDK application is nothing else but JavaScript application.

    Below are links to JavaScript login tutorials from Facebook and Google:

    Facebook login flow for web

    Google web sign-in

    By plugins you probably means Cordova(Phonegap) plugins. Cordova plugins are used to add native functionality to JavaScript apps. Albeit, we don't need them in order to implement login with Facebook/Google such plugins exist:

    Cordova Facebook plugin

    Cordova Google plugin

    These plugins allow to connect Cordova app to native Facebook/Google apps and make some interesting things, not only login.