Ionic / Cordova and Facebook Live API - facebook

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 ^_^

Related

facebook integration in ionic 2 platform

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

Integrate twitter and facebook with phonegap using only javascript

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

How to create Login with Facebook or twitter in ios6 iphone App

I am very new in iOS development.In my app,homepage is for login to the app.Where i need to give facility to login with Facebook and twitter. I am using iOS 6.1 and there i have social framework.
Please tell me an easy way to achieve this,i have tried to read facebook developer tutorial, but i am not able to catch from there.
If you have any sample project or any good tutorial link,please share with me.
Thanks in advance.
The Facebook sdk github repo is here .
You can find many example projects in it.
Also Facebook authentication guide explains the login part very clearly.

Twitter+linkedin Issue in IPhone?

I have an application with facebook,twitter and linkedin integrating to it.But when i am using twitter and linkedin it is causing some problem.I found some results in stack saying
remove the library files of linkedin sdk and add the source files of it with oAuth files from twiiter sdk then it works ok for linkedin
then I integrate all twitter code then project run ok without error but for twitter login interface it shows "PAGE NOT FOUND"
But then Notice that I have given the same key and secret to both linkedin and twitter after changing them it solved
But can u please suggest how to do this.it is so confusing.thats why i am going for a clear picture.Any help will be greatly appreciated?
Instead of integrating Facebook & Twiter into you application seperately, you can use ShareKit. It supports:
Delicious
Email
Facebook
Google Reader
Instapaper
Pinboard
Read It Later
Tumblr
Twitter
Get the code from GitHub.
I have no idea about LinkedIn.

Integrate facebook connect/ twitter with jquery mobile

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