Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Created August 3, 2011 03:48
Show Gist options
  • Save mbmccormick/1121868 to your computer and use it in GitHub Desktop.
Save mbmccormick/1121868 to your computer and use it in GitHub Desktop.
/// <summary>
/// HawaiiClient stores the Hawaii Application Id.
/// </summary>
public static class HawaiiClient
{
/// <summary>
/// The Hawaii Application Id.
/// Please go to http://hawaiiguidgen.cloudapp.net/default.aspx,
/// obtain a Hawaii Application Id and set HawaiiApplicationId to that value.
/// </summary>
public const string HawaiiApplicationId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment