I am newbie in developing the hybrid app (ionic 2). I was looking for some sort of help in integrating facebook login in my ionic2 app .But couldn't find any relevant help.
Any sort of help will be useful.
Thanks
You can follow this tutorial in order to implement facebook login in ionic 2. It doesn't really matter which platform you are going to use for backend.
https://ionicthemes.com/tutorials/about/ionic2-facebook-login
Related
I wanna use Facebook live Api to post a live streaming to my fb timeline (per example),
i find this docum. about fb live implementation in javascript :
https://developers.facebook.com/docs/videos/live-video/exploring-live
but after googling in the net i dont find any infos for implement it to cordova or ionic 2/3
help pls, sry 4 my english, & thanks in advance ^_^
Is there possibility to integrate twitter and facebook with phonegap using only javascript? The reason behind to use javascript is application can run on different platforms i-e it can run on ios,blackberry,symbian,android and webos.
need an idea ....
thanks in advance
I think you need to use this social sharing cordova plugin.
https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
I am new in application development and recently while working in my application which is in PhoneGap (Cordova 2.5) i need twitter login for my app.
I have googled for this and what I got is
"https://github.com/phonegap/phonegap-plugins/tree/master/iOS/Twitter"
but in github all the info is not given so that I can run my app for twitter login .
Is there anyone who could help me to create twitter login in PhoneGap??
Do some reading on OAuth. Implementing OAuth authentication on your own is not that bad. Although, Twitter uses OAuth 1, not OAuth 2, so that might make it a little more tricky. If I had more PhoneGap experience, I could could provide more direct answers, but I've only done native development. Best of luck.
I'd like to create a Facebook canvas app with CakePhP 2.0. All the tutorials I've found seem to be out of date. Could anyone tell me how I can integrate facebook-php sdk into cakephp 2.0 ?
Any help will be appreciate :-)
I recommend using the webtechnik plugin to integrate seemlessly your Cakephp app in to Facebook : https://github.com/webtechnick/CakePHP-Facebook-Plugin
I am currently developing the mobile version of my site.
Can you please give me a tutorial to integrate Facebook connect / Twitter so users can connect.
This can help you : http://www.pushittolive.com/post/1239874936/facebook-login-on-iphone-phonegap
This blog post http://www.wisejive.com/2010/11/phonegap-jquery-mobile-twitter-and.html contains the detail answer for both facebook connect and twitter. Of course, as the blogger mentions he is extending on the technique provided at http://www.pushittolive.com/post/1239874936/facebook-login-on-iphone-phonegap.
If you want to avoid phonegap, this solution is pretty neat - http://www.egrappler.com/jquery-social-media-share-plugin-jsshare/
Otherwise, the newer phonegap friendly solution uses their plugins directly, which can leverage some native apps and avoid the difficulties of OAuth - https://github.com/davejohnson/phonegap-plugin-facebook-connect & https://github.com/phonegap/phonegap-plugins/tree/master/iOS