Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Phonegap

jlchereau edited this page May 13, 2014 · 20 revisions

Introduction

Apart from the Phonegap documentation, Christophe Coenraets has a great Phonegap tutorial.

http://www.tricedesigns.com/2013/01/18/my-workflow-for-developing-phonegap-applications/

oAuth authentication

Phonegap requires the use of the InAppBrowser plugin to read the auth_token.

http://coenraets.org/blog/2014/04/facebook-phonegap-cordova-without-plugin/ http://phonegap-tips.com/articles/google-api-oauth-with-phonegaps-inappbrowser.html https://software.intel.com/en-us/html5/articles/oauth2-with-intelxdk-cordova-html5 https://github.com/krisrak/jquery-cordova-oauth2 https://github.com/andreassolberg/jso/tree/version2 https://github.com/andreassolberg/jso/blob/version2/README-Phonegap.md

##Development Environment

Visual Studio 2013

http://archive.apache.org/dist/cordova/

http://msopentech.com/blog/2014/05/12/apache-cordova-integrated-visual-studio/

>plugman install --plugin org.apache.cordova.inappbrowser --platform wp8 --project .
Fetching plugin "org.apache.cordova.inappbrowser" via plugin registry
Installing "org.apache.cordova.inappbrowser" for wp8

Clone this wiki locally