This repository has been archived on 2026-07-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
eZ.REST/Resources/app.js
T
2011-06-14 15:30:21 +02:00

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' );