<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michoacano&#039;s Blog &#187; CONTACTOS</title>
	<atom:link href="http://michoacano.com.mx/tag/contactos/feed/" rel="self" type="application/rss+xml" />
	<link>http://michoacano.com.mx</link>
	<description>Blog de un mundialmente conocido habitante del estado de Michoacán. Estudiante del Tecnológico de Morelia, nerd, geek, cinéfilo, metalero, ateo y algo de activista.</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:45:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Clase PHP para importar contactos MSN, GMAIL, WINDOWS LIVE..</title>
		<link>http://michoacano.com.mx/clase-php-para-importar-contactos-msn-gmail-windows-live/</link>
		<comments>http://michoacano.com.mx/clase-php-para-importar-contactos-msn-gmail-windows-live/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:19:29 +0000</pubDate>
		<dc:creator>julio</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[CONTACTOS]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[MSN]]></category>

		<guid isPermaLink="false">http://michoacano.com.mx/?p=1543</guid>
		<description><![CDATA[Muchas redes sociales hoy permiten invitar a tus amigos mediante el acceso a tu cuenta para enviarles invitaciones a todos tus contactos. Lamentablemente también existen muchos otros sitios que solo se dedican a dar un supuesto servicio como &#8220;QUIEN TE BLOQUEO DEL MSN&#8221;, para obtener un beneficio propio. También es culpa de la idiota de [...]]]></description>
			<content:encoded><![CDATA[<p>Muchas redes sociales hoy permiten invitar a tus amigos mediante el acceso a tu cuenta para enviarles invitaciones a todos tus contactos. </p>
<p>Lamentablemente también existen muchos otros sitios que solo se dedican a dar un supuesto servicio como &#8220;QUIEN TE BLOQUEO DEL MSN&#8221;, para obtener un beneficio propio. También es culpa de la idiota de la gente,  no entiendo para que quieres saber quien te bloqueo.</p>
<pre language="PHP">
include('openinviter.php');
$inviter = new OpenInviter();
$inviter->startPlugin('gmail');
$inviter->login("username", "password");

$contacts = $inviter->getMyContacts();
foreach ($contacts as $email => $name) {
    echo $name . "  - " . $email . "";
}
$inviter->stopPlugin(true);
$inviter->logout();
</pre>
<p>El uso es muy sencillo. No pidas más. </p>
<p><a href="http://openinviter.com/">Openinviter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://michoacano.com.mx/clase-php-para-importar-contactos-msn-gmail-windows-live/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

