Archived
16 lines
468 B
JavaScript
16 lines
468 B
JavaScript
Ti.API.info( '▶▶▶ app.js' );
|
|
|
|
$ = {}; // root element
|
|
|
|
$.config = {
|
|
client_id: '98896cbfaa12dfba67ccdc18352a6374',
|
|
client_secret: '20667fe88eaace9d86ad19e48c772490',
|
|
endpoint_uri: 'http://oauth.extranet.silversolutions.de/ssl/oauth/',
|
|
oauth_authorize: 'http://london2011.ez.no/oauth/authorize',
|
|
oauth_token: 'http://london2011.ez.no/oauth/token'
|
|
};
|
|
|
|
// TEST with ex. http://london2011.ez.no/api/ezp/content/node/2
|
|
|
|
Ti.include( 'main.js' );
|