Fix accessCode in examples

This commit is contained in:
2013-11-18 23:12:30 +01:00
parent 31c69fb12b
commit e2bf62e506
4 changed files with 14 additions and 25 deletions
@@ -1,9 +1,7 @@
using System.Windows;
using System.Windows.Controls;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Collections.Generic;
using System;
using System.Windows;
namespace PocketSharp.Wpf
{
@@ -35,7 +33,7 @@ namespace PocketSharp.Wpf
PocketClient client = new PocketClient(
consumerKey: "15396-f6f92101d72c8e270a6c9bb3",
callbackUri: "http://frontendplay.com",
accessCode: "2c62cd50-b78a-5558-918b-65adae"
accessCode: "80acf6c5-c198-03c0-b94c-e74402"
);
List<PocketSharp.Models.PocketItem> items = null;