سؤال

I have created php application for oauth authentication of gmail. I need to embed that php code to worklight application using in app browser

هل كانت مفيدة؟

المحلول 2

https://cordova.apache.org/docs/en/3.1.0/cordova_inappbrowser_inappbrowser.md.html, This is the latest version used by Worklight 6.1. take a look at it.

نصائح أخرى

You should look at utilizing Cordova's inappbrowser feature which can be used inside of Worklight applications:

https://cordova.apache.org/docs/en/3.0.0/cordova_inappbrowser_inappbrowser.md.html

There is an article that was just published that shows how to use OAuth with inappbrowser using LinkedIn found at the following location. Please look at the section "OAuth and the InAppBrowser plug-in" for further detail as you can apply most of this information to your scenario:

http://www.ibm.com/developerworks/library/mo-worklight-linkedin/index.html

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top