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
<title>Products in Get Satisfaction</title> | |
<h1>Products</h1> | |
<ul> | |
<li> | |
<div class="hproduct"> | |
<a href="http://api.getsatisfaction.com/companies/1551" class="brand">VMware</a> | |
<a href="http://api.getsatisfaction.com/products/20461" class="name uri">Fusion</a> | |
</div> | |
</li> | |
</ul> |
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
<entry> | |
<id>http://api.getsatisfaction.com/topics/27521/replies/54841</id> | |
<!-- Navigation Links: | |
rel=reply: a link to the individual reply resource. Represented as a feed-less atom entry | |
rel=topic: a link back to the topic this reply is posted in | |
rel=stars: POST here to apply a "This answers the question" star to this reply | |
--> | |
<link rel="reply" href="http://api.getsatisfaction.com/topics/27521/replies/54841" type="application/atom+xml"> | |
<link rel="topic" href="http://api.getsatisfaction.com/topics/27521" type="application/atom+xml"> |
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
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:sfn="http://api.getsatisfaction.com/schema/0.1" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0"> | |
<id>http://api.getsatisfaction.com/topics/27521</id> | |
<title>how can i delete my company or hide it from the public?</title> | |
<updated>2008-02-12T20:25:40Z</updated> | |
<published>2007-10-19T16:16:20Z</published> | |
<!-- Paging Links: | |
Use these links to page through the data set: self, first, last, next, prev | |
next or prev will only appear if the page actually exists. | |
--> |
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
FastPass.script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "[email protected]", "Scott", "nullstyle", False, twitter_name = "nullstyle") |
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", "[email protected]", "Scott", "nullstyle", false, parms); |
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
HashMap<String, String> parms = new HashMap<String, String>(); | |
parms.put("twitter_name", "nullstyle"); | |
FastPass.image("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "[email protected]", "Scott", "nullstyle", false, parms); |
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
<script src="http://getsatisfaction.com/fastpass?email=scott%40getsatisfaction.com&name=Scott&oauth_consumer_key=lmwjv4kzwi27&oauth_nonce=wpiZFNjJxFKq8z9V3L6uYoff5p2m62mXMBJClzm9A&oauth_signature=V99fKTkbGx4jm4GcIWNffClv97U%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1229463267&oauth_token=&oauth_version=1.0&twitter_name=nullstyle&uid=nullstyle" alt="" /> |
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
FastPass::script("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "[email protected]", "Scott", "nullstyle", false, array("twitter_name" => "nullstyle")) |
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
<a href="http://getsatisfaction.com/mycompany?fastpass=<?php echo urlencode(FastPass::url("lmwjv4kzwi27", "fiei6iv61jnoukaq1aylwd8vcmnkafrs", "[email protected]", "Scott", "nullstyle", false, array("twitter_name" => "nullstyle")), time()+60*60*24*30)) ?>">Our Support Community</a> |