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?
Intel XDK application is nothing else but JavaScript application.
Below are links to JavaScript login tutorials from Facebook and Google:
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:
These plugins allow to connect Cordova app to native Facebook/Google apps and make some interesting things, not only login.