This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//should install cordova InAppBrowser plugin | |
//http://docs.phonegap.com/en/edge/cordova_inappbrowser_inappbrowser.md.html | |
//yahoo configs | |
//YAHOO.clientId, clientSecret - your yahoo application values - https://developer.yahoo.com/ | |
//YAHOO.redirectUri - your redirect uri (should be with domain that set in yahoo app configs) | |
var YAHOO = { | |
clientId: 'xxxxxxx', | |
clientSecret: 'xxxxxxx', | |
redirectUrl: 'your redirect url', |