Skip to content

Instantly share code, notes, and snippets.

@gs-dev
Created July 12, 2011 18:02
Show Gist options
  • Select an option

  • Save gs-dev/1078554 to your computer and use it in GitHub Desktop.

Select an option

Save gs-dev/1078554 to your computer and use it in GitHub Desktop.
Fastpass C# .NET Script Sample Call
Dictionary<string, string> parms = new Dictionary<string, string>();
parms.Add("twitter_name", "nullstyle");
var result = FastPass.script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "scott@getsatisfaction.com", "Scott", "nullstyle", false, parms);
Page.ClientScript.RegisterStartupScript(this.GetType(), "fastpass", result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment