I'm creating an mobile application using Jquery Mobile,Jquery,Cordova for firefox OS and I was wordering if there is any way to integrate facebook and Twitter[login/share/friends list] with my firefox application.
So far what I'v done-
1)I created a application in Facebook developer site .
2)I have selected "website" as my platform and have set up the whole code using javascript API.[I'm able to login/share/logout from the browser using XAMPP,as I have given the website url and mobile website url as
http://mylocalhost/appname/index.html].I able to see the login and share button in the browser.But when I try this using cordova firefox OS app ,the login and share button are not visible.
I have noticed that there is an api for android and IOS.I have gone through OpenFB api[
https://github.com/ccoenraets/OpenFB],but didnt get that working as I'm not knowing what is the value that is to be given for Valid OAuth redirect URI with respect to my firefox app. I have even gone through redirects in app manifests.
Please help!!
Thank you.