<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WCF REST Starter Kit to Constant Contact Sample Application</title>
	<atom:link href="http://blogs.freemind.net/index.php/wcf-rest-starter-kit-to-constant-contact-sample-application/73/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.freemind.net/index.php/wcf-rest-starter-kit-to-constant-contact-sample-application/73/</link>
	<description></description>
	<lastBuildDate>Sun, 23 May 2010 23:47:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: james</title>
		<link>http://blogs.freemind.net/index.php/wcf-rest-starter-kit-to-constant-contact-sample-application/73/comment-page-1/#comment-293</link>
		<dc:creator>james</dc:creator>
		<pubDate>Tue, 08 Sep 2009 14:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freemind.net/?p=73#comment-293</guid>
		<description>Glad to hear it was helpful. That CC Terms and Conditions makes me a bit sad. Pushing responsibility into the developer&#039;s code is not a great way of dealing with their own API limitations. I&#039;ve given them that feedback in the past.

The existing example code is correct for 25 or less items. For an example of how to handle the bulk operations see the SynchronizeContacts methods in the ContactProvider. That code batches up a bunch of updates into one activity. You could easily modify that code to handle add operations (I might already have that in my production code).

Send me any useful updates you might create. I&#039;ll add them to the sample. Cheers!</description>
		<content:encoded><![CDATA[<p>Glad to hear it was helpful. That CC Terms and Conditions makes me a bit sad. Pushing responsibility into the developer&#8217;s code is not a great way of dealing with their own API limitations. I&#8217;ve given them that feedback in the past.</p>
<p>The existing example code is correct for 25 or less items. For an example of how to handle the bulk operations see the SynchronizeContacts methods in the ContactProvider. That code batches up a bunch of updates into one activity. You could easily modify that code to handle add operations (I might already have that in my production code).</p>
<p>Send me any useful updates you might create. I&#8217;ll add them to the sample. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Vasquez</title>
		<link>http://blogs.freemind.net/index.php/wcf-rest-starter-kit-to-constant-contact-sample-application/73/comment-page-1/#comment-292</link>
		<dc:creator>David Vasquez</dc:creator>
		<pubDate>Tue, 01 Sep 2009 22:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freemind.net/?p=73#comment-292</guid>
		<description>As strict as the T&amp;C for API access is, how are you able to perform list additions on fewer  than 25 contacts at a time.  The docs recommend using 25 contacts as the threshold to begin using activities (ContactProvider.SynchronizeContacts).

Would it be worth while to add Contact List support to the Contact class in order to add less than 25 at a time?  I&#039;d hate to lose my API access because I wasn&#039;t following the rules.  Have you run into any problems with their recommended threshold?

Great work, by the way.  Condensed and cleaned up my work considerably.</description>
		<content:encoded><![CDATA[<p>As strict as the T&amp;C for API access is, how are you able to perform list additions on fewer  than 25 contacts at a time.  The docs recommend using 25 contacts as the threshold to begin using activities (ContactProvider.SynchronizeContacts).</p>
<p>Would it be worth while to add Contact List support to the Contact class in order to add less than 25 at a time?  I&#8217;d hate to lose my API access because I wasn&#8217;t following the rules.  Have you run into any problems with their recommended threshold?</p>
<p>Great work, by the way.  Condensed and cleaned up my work considerably.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://blogs.freemind.net/index.php/wcf-rest-starter-kit-to-constant-contact-sample-application/73/comment-page-1/#comment-290</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.freemind.net/?p=73#comment-290</guid>
		<description>Constant Contact removed support for Digest authentication. Update the GetLoginCredentials() method to use Basic auth. More information here: http://developer.constantcontact.com/doc/authenticationBasic</description>
		<content:encoded><![CDATA[<p>Constant Contact removed support for Digest authentication. Update the GetLoginCredentials() method to use Basic auth. More information here: <a href="http://developer.constantcontact.com/doc/authenticationBasic" rel="nofollow">http://developer.constantcontact.com/doc/authenticationBasic</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
