Exemplo n.º 1
0
 public void StartupAfterAuthorization(GowallaOAuthorizer OAuth)
 {
     Console.WriteLine(OAuth.AccessToken + " " + OAuth.AccessCode + " " + OAuth.RefreshToken);
     GowallaAPI api = new GowallaAPI(OAuth);
     Console.WriteLine(api.getPassportByUsername("martinbowling"));
     Console.WriteLine(api.getStampsForUsername("martinbowling"));
 }
Exemplo n.º 2
0
        public void StartupAfterAuthorization(GowallaOAuthorizer OAuth)
        {
            Console.WriteLine(OAuth.AccessToken + " " + OAuth.AccessCode + " " + OAuth.RefreshToken);
            GowallaAPI api = new GowallaAPI(OAuth);

            Console.WriteLine(api.getPassportByUsername("martinbowling"));
            Console.WriteLine(api.getStampsForUsername("martinbowling"));
        }