Can I use the JavaScript SDK in a standalone web application?
My web app is offline which will work with phonegap (html, css, jquery)
The app does not have an actual web address.
Can I use JavaScript API JavaScript?
+3
Blynn
source
to share
1 answer
Using the Facebook API for JavaScript requires an active internet connection, so it cannot be used offline.
If "offline" means that your application is not hosted on a web server, but locally inside the "web application" application container, then the answer is "yes", you can use the Facebook JS API in this setting using the phone button (Cordova) ...
+1
Monkey king
source
to share