<?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: Using Live ID to authenticate to WordPress</title>
	<atom:link href="http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/</link>
	<description>Superior Dedication - If you try hard enough, you might even get it to work.</description>
	<lastBuildDate>Sun, 14 Feb 2010 11:08:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniele Muscetta</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29107</link>
		<dc:creator>Daniele Muscetta</dc:creator>
		<pubDate>Sat, 07 Jun 2008 09:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29107</guid>
		<description>and about the include, it should not be needed: the function is defined in WPLiveAuth.php indeed, which is the main plugin file - since the auth.php already includes wp-blog-header.php then you should be fine as the main WP code will have the plugin loaded anyway and will be able to find the function... (if the plugin is activated).

include &#039;../../../wp-blog-header.php&#039;; 
(you might want to look if the /wp/ subdirectory mentioned above is also the issue here... ??)</description>
		<content:encoded><![CDATA[<p>and about the include, it should not be needed: the function is defined in WPLiveAuth.php indeed, which is the main plugin file &#8211; since the auth.php already includes wp-blog-header.php then you should be fine as the main WP code will have the plugin loaded anyway and will be able to find the function&#8230; (if the plugin is activated).</p>
<p>include &#039;../../../wp-blog-header.php&#039;;<br />
(you might want to look if the /wp/ subdirectory mentioned above is also the issue here&#8230; ??)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele Muscetta</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29106</link>
		<dc:creator>Daniele Muscetta</dc:creator>
		<pubDate>Sat, 07 Jun 2008 08:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29106</guid>
		<description>It looks like you are running your blog in a subdirectory of the main site, so the address:
http://www.pas.net/wp-content/plugins/liveauth/auth.php

should actually be:

http://www.pas.net/wp/wp-content/plugins/liveauth/auth.php

It will probably very easy to modify those links in the code to suit your situation... even if I already use links that are relative to get_option(&#039;siteurl&#039;)., so they should already point to the right place...</description>
		<content:encoded><![CDATA[<p>It looks like you are running your blog in a subdirectory of the main site, so the address:<br />
<a href="http://www.pas.net/wp-content/plugins/liveauth/auth.php" rel="nofollow">http://www.pas.net/wp-content/plugins/liveauth/auth.php</a></p>
<p>should actually be:</p>
<p><a href="http://www.pas.net/wp/wp-content/plugins/liveauth/auth.php" rel="nofollow">http://www.pas.net/wp/wp-content/plugins/liveauth/auth.php</a></p>
<p>It will probably very easy to modify those links in the code to suit your situation&#8230; even if I already use links that are relative to get_option(&#039;siteurl&#039;)., so they should already point to the right place&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Conté</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29105</link>
		<dc:creator>Thomas Conté</dc:creator>
		<pubDate>Fri, 06 Jun 2008 09:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29105</guid>
		<description>Now I have added the include, but I have a new problem:

The association link displayed by auth.php looks wrong (it ends with a 404):

http://www.pas.net/wp-admin/admin.php?page=liveauth

Furthermore, I have no options page for LiveID in the WP options menu.

I am running WP 2.5.1.

Thanks!
Thomas.</description>
		<content:encoded><![CDATA[<p>Now I have added the include, but I have a new problem:</p>
<p>The association link displayed by auth.php looks wrong (it ends with a 404):</p>
<p><a href="http://www.pas.net/wp-admin/admin.php?page=liveauth" rel="nofollow">http://www.pas.net/wp-admin/admin.php?page=liveauth</a></p>
<p>Furthermore, I have no options page for LiveID in the WP options menu.</p>
<p>I am running WP 2.5.1.</p>
<p>Thanks!<br />
Thomas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Conté</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29104</link>
		<dc:creator>Thomas Conté</dc:creator>
		<pubDate>Fri, 06 Jun 2008 09:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29104</guid>
		<description>Hey Daniele,
I&#039;m slowly trying to install your plugin on my blog. (dlowly because my hosting provider needed to compile quite a few missing PHP modules)
Now it looks I have all the modules required, but I get the following error message:

Fatal error: Call to undefined function getWPUserIdfromLiveID() in F:\users\pas.net\httpdocs\wp\wp-content\plugins\liveauth\auth.php on line 41

Lokking at auth.php, it looks like it may be missing an include for WPLiveAuth.php where this function is defined?

Thanks,
Thomas.</description>
		<content:encoded><![CDATA[<p>Hey Daniele,<br />
I&#039;m slowly trying to install your plugin on my blog. (dlowly because my hosting provider needed to compile quite a few missing PHP modules)<br />
Now it looks I have all the modules required, but I get the following error message:</p>
<p>Fatal error: Call to undefined function getWPUserIdfromLiveID() in F:\users\pas.net\httpdocs\wp\wp-content\plugins\liveauth\auth.php on line 41</p>
<p>Lokking at auth.php, it looks like it may be missing an include for WPLiveAuth.php where this function is defined?</p>
<p>Thanks,<br />
Thomas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele Muscetta</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29085</link>
		<dc:creator>Daniele Muscetta</dc:creator>
		<pubDate>Sun, 20 Apr 2008 21:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29085</guid>
		<description>Gershu: you might want to take a look at the new page http://www.muscetta.com/live-id-wordpress-plugin/ where you can download version 0.3 of the plugin, which now includes a minimal user interface to simplyfy setting the plugin up.</description>
		<content:encoded><![CDATA[<p>Gershu: you might want to take a look at the new page <a href="http://www.muscetta.com/live-id-wordpress-plugin/" rel="nofollow">http://www.muscetta.com/live-id-wordpress-plugin/</a> where you can download version 0.3 of the plugin, which now includes a minimal user interface to simplyfy setting the plugin up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele Muscetta</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29084</link>
		<dc:creator>Daniele Muscetta</dc:creator>
		<pubDate>Tue, 15 Apr 2008 19:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29084</guid>
		<description>Gershu: thank you. I definitely need to make it more polished and cleaner...</description>
		<content:encoded><![CDATA[<p>Gershu: thank you. I definitely need to make it more polished and cleaner&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gershu</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29083</link>
		<dc:creator>Gershu</dc:creator>
		<pubDate>Tue, 15 Apr 2008 03:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29083</guid>
		<description>Thank you very much for your plugin.  I will test it right away.  And let me encourage you to keep working on it with future updates, feautres and a clenaer code :-)</description>
		<content:encoded><![CDATA[<p>Thank you very much for your plugin.  I will test it right away.  And let me encourage you to keep working on it with future updates, feautres and a clenaer code <img src='http://www.muscetta.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele Muscetta</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29080</link>
		<dc:creator>Daniele Muscetta</dc:creator>
		<pubDate>Mon, 17 Mar 2008 09:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29080</guid>
		<description>Garry, I sent you a private mail too.
In short, I am not aware of API that let you access your MAIL on Windows Live Mail at this point in time.
There are API for authentication, authorization, accessing your contact lists, and a variety of other things that you can find on http://dev.live.com/</description>
		<content:encoded><![CDATA[<p>Garry, I sent you a private mail too.<br />
In short, I am not aware of API that let you access your MAIL on Windows Live Mail at this point in time.<br />
There are API for authentication, authorization, accessing your contact lists, and a variety of other things that you can find on <a href="http://dev.live.com/" rel="nofollow">http://dev.live.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Marbach</title>
		<link>http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/comment-page-1/#comment-29079</link>
		<dc:creator>Gary Marbach</dc:creator>
		<pubDate>Mon, 17 Mar 2008 06:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.muscetta.com/2007/11/02/using-live-id-to-authenticate-to-wordpress/#comment-29079</guid>
		<description>You seem like you really know what you&#039;re doing with Windows Live.  I have a need to access hotmail emails from my website (via a program... not manually).  Do you think it is possible?   If so, can you help with the question of &quot;how&quot;?

Thanks.</description>
		<content:encoded><![CDATA[<p>You seem like you really know what you&#039;re doing with Windows Live.  I have a need to access hotmail emails from my website (via a program&#8230; not manually).  Do you think it is possible?   If so, can you help with the question of &#034;how&#034;?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
