Skip to content

Commit

Permalink
Updated demo project to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexziskind1 committed Aug 23, 2016
1 parent 6140ecc commit 32cf1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40,631 deletions.
5 changes: 3 additions & 2 deletions demo/app/app.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import * as application from 'application';
import * as tnsOAuthModule from 'nativescript-oauth';

var o365InitOptions : TnsOAuth.ITnsOAuthOptionsOffice365 = {

var o365InitOptions : tnsOAuthModule.ITnsOAuthOptionsOffice365 = {
clientId: 'd07edd43-95dd-4cd3-bcab-75cbbc1c7431', //client id for application (GUID)
scope: ['Files.ReadWrite', 'User.ReadWrite', 'offline_access']
};

var facebookInitOptions : TnsOAuth.ITnsOAuthOptionsFacebook = {
var facebookInitOptions : tnsOAuthModule.ITnsOAuthOptionsFacebook = {
clientId: '1819818654921817',
clientSecret: 'b7e58f212b51e4d639bed857171c992a',
scope: ['email']
Expand Down
Loading

0 comments on commit 32cf1e9

Please sign in to comment.