Created
July 12, 2011 18:02
-
-
Save gs-dev/1078554 to your computer and use it in GitHub Desktop.
Fastpass C# .NET Script Sample Call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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