<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>RILVB.Net</title><link>http://ril.codeplex.com/project/feeds/rss</link><description>Implementation to Read it Later.com public API      It&amp;#39;s developed in &amp;#60;programming language&amp;#62;, simplifying the connection withe Read it Later.com API.   It supports multi-user and data serializing, making it possible to save all retrieved data avoiding excessive Data transfer from Read It Later.com servers.       All opinion and suggestions are welcome.</description><item><title>Updated Wiki: Documentation</title><link>http://ril.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;b&gt;1.0.1&lt;/b&gt;&lt;/h1&gt;&lt;h2&gt;&lt;i&gt;Pocket.com REST Api V2 Implementation&lt;/i&gt;&lt;/h2&gt;
&lt;b&gt;Api usage of this firt version&lt;/b&gt;&lt;br /&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Defining Pocket.com Public API Key&lt;/b&gt; &lt;a href="http://getpocket.com/developer/apps/"&gt;http://getpocket.com/developer/apps/&lt;/a&gt;&lt;/h3&gt;Description on how to set your Consumer&lt;i&gt;Key and Redirect&lt;/i&gt;Uri&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Green;"&gt;&amp;#39;Var Declaration&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Public&lt;/span&gt; &lt;span style="color:Blue;"&gt;Shared&lt;/span&gt; var_Pocket &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; GinkyoWork.Pocket_API.Pocket.Api &lt;span style="color:Blue;"&gt;With&lt;/span&gt; {.Consumer_Key = &lt;span style="color:#A31515;"&gt;&amp;quot;YOURKEY&amp;quot;&lt;/span&gt;, .Redirect_Uri = &lt;span style="color:#A31515;"&gt;&amp;quot;http://ginkyowork.wordpress.com&amp;quot;&lt;/span&gt;}

&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;GetRequestToken&lt;/b&gt;&lt;/h3&gt;Description on how to Get RequestToken&lt;br /&gt;&lt;br /&gt;                &amp;#39;Get RequestToken from Pocket Server&lt;br /&gt;                Dim Result = Await ReadLater.GetRequestToken&lt;br /&gt;                &amp;#39;Get AccessToken &lt;br /&gt;                Result = Await ReadLater.GetAccessToken(Result.Response)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;hr /&gt;
still to be continued
&lt;hr /&gt;
&lt;br /&gt;&lt;b&gt;&lt;i&gt;Simple Right?&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;If you have any opinion, suggestion or even critic, don&amp;#39;t be shy and speck your mind. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Sat, 12 Jan 2013 22:31:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130112103136P</guid></item><item><title>Updated Release: 1.0.1 (jan 12, 2013)</title><link>http://ril.codeplex.com/releases/view/100253</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;All Pocket Actions Supported&lt;/h1&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Sat, 12 Jan 2013 21:49:10 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.0.1 (jan 12, 2013) 20130112094910P</guid></item><item><title>Released: 1.0.1 (Jan 12, 2013)</title><link>http://ril.codeplex.com/releases/view/100253</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;All Pocket Actions Supported&lt;/h1&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 12 Jan 2013 21:49:10 GMT</pubDate><guid isPermaLink="false">Released: 1.0.1 (Jan 12, 2013) 20130112094910P</guid></item><item><title>Created Release: 1.0 (jan 12, 2013)</title><link>http://ril.codeplex.com/releases?ReleaseId=100253</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;All Pocket Actions Supported&lt;/h1&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Sat, 12 Jan 2013 21:48:50 GMT</pubDate><guid isPermaLink="false">Created Release: 1.0 (jan 12, 2013) 20130112094850P</guid></item><item><title>Updated Wiki: Home</title><link>http://ril.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;Implementation of Getpocket.com(&lt;a href="http://getpocket.com/"&gt;http://getpocket.com/&lt;/a&gt;) REST API V2 (&lt;a href="http://getpocket.com/developer/"&gt;http://getpocket.com/developer/&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;It&amp;#39;s developed in Visual Basic.Net also using James Newton-King(&lt;a href="http://james.newtonking.com/pages/json-net.aspx"&gt;http://james.newtonking.com/pages/json-net.aspx&lt;/a&gt;) awesome Json Parser, simplifying the connection with GetPocket Servers.&lt;br /&gt;&lt;br /&gt;It supports all operations from Getpocket REST API V2 and data serializing, making it possible to save all retrieved data avoiding excessive Data transfer from Getpocket.com(&lt;a href="http://getpocket.com/"&gt;http://getpocket.com/&lt;/a&gt;) servers. &lt;br /&gt;&lt;br /&gt;All opinion and suggestions are welcome.&lt;br /&gt;&lt;br /&gt;Home Page &lt;a href="http://ginkyowork.wordpress.com/"&gt;http://ginkyowork.wordpress.com/&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Sat, 12 Jan 2013 21:23:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130112092352P</guid></item><item><title>New Post: Compare to RIL#.</title><link>http://ril.codeplex.com/discussions/389409</link><description>&lt;div style="line-height: normal;"&gt;What are the benefits of your library compare to http://rilsharp.codeplex.com/documentation? When you will recommend to use one or another or maybe both? Is your library use in any application ?&lt;/div&gt;</description><author>mfreidge</author><pubDate>Sun, 29 Jul 2012 00:22:20 GMT</pubDate><guid isPermaLink="false">New Post: Compare to RIL#. 20120729122220A</guid></item><item><title>Updated Wiki: Home</title><link>http://ril.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;Implementation to Read it Later.com(&lt;a href="http://readitlaterlist.com/" class="externalLink"&gt;http://readitlaterlist.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) public API(&lt;a href="http://readitlaterlist.com/api/" class="externalLink"&gt;http://readitlaterlist.com/api/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;It&amp;#39;s developed in Visual Basic.Net, simplifying the connection withe Read it Later.com API.&lt;br /&gt;It supports multi-user and data serializing, making it possible to save all retrieved data avoiding excessive Data transfer from Read It Later.com(&lt;a href="http://readitlaterlist.com/" class="externalLink"&gt;http://readitlaterlist.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) servers. &lt;br /&gt;&lt;br /&gt;All opinion and suggestions are welcome.&lt;br /&gt;&lt;br /&gt;Home Page &lt;a href="http://ginkyowork.wordpress.com/" class="externalLink"&gt;http://ginkyowork.wordpress.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Mon, 06 Feb 2012 13:58:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120206015828P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://ril.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;b&gt;RIL 1.0.0&lt;/b&gt;&lt;/h1&gt;&lt;h2&gt;&lt;i&gt;Read It Later.com Api Implementation&lt;/i&gt;&lt;/h2&gt;
&lt;b&gt;Api usage of this firt version&lt;/b&gt;&lt;br /&gt;For now it only supports Multi-User validation against Read It Later.com servers and serialization of users accounts, so you can save all data.&lt;br /&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Class Supported Events&lt;/b&gt;&lt;/h3&gt;Description of supported events&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt; &lt;b&gt;Description&lt;/b&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Event&lt;/b&gt; &lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; General Erros &lt;/td&gt;&lt;td&gt; Error(ByVal &lt;a href="http://ril.codeplex.com/wikipage?title=Error&amp;referringTitle=Documentation"&gt;Error&lt;/a&gt; As System.Exception) &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; User Login Successful &lt;/td&gt;&lt;td&gt; UserLogin(ByVal UserName As String)  &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; User Login Fail &lt;/td&gt;&lt;td&gt; UserLoginError(ByVal UserName As String, ByVal &lt;a href="http://ril.codeplex.com/wikipage?title=Error&amp;referringTitle=Documentation"&gt;Error&lt;/a&gt; As System.Exception) &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; User Logout &lt;/td&gt;&lt;td&gt; UserLogout(ByVal UserName As String) &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Green;"&gt;&amp;#39;Class Declaration&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; &lt;span style="color:Blue;"&gt;WithEvents&lt;/span&gt; CredentialsClass &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; RIL.RIL.Credentials

&lt;span style="color:Green;"&gt;&amp;#39;Class Events&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_Error(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; [&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;] &lt;span style="color:Blue;"&gt;As&lt;/span&gt; System.Exception) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;
     MsgBox([&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;].Message)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;

&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_UserLogin(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; UserName &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.UserLogin
    MsgBox(UserName)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;

&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_UserLoginError(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; UserName &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;, &lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; [&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;] &lt;span style="color:Blue;"&gt;As&lt;/span&gt; System.Exception) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.UserLoginError
    MsgBox(UserName &amp;amp; &lt;span style="color:#A31515;"&gt;&amp;quot; - &amp;quot;&lt;/span&gt; &amp;amp; [&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;].Message)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;

&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_UserLogout(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; UserName &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.UserLogout
    MsgBox(UserName)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Defining Read It Later.com Public API Key&lt;/b&gt; &lt;a href="http://readitlaterlist.com/api/signup/" class="externalLink"&gt;http://readitlaterlist.com/api/signup/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;Description on how to set your API Key&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Green;"&gt;&amp;#39;Class Declaration&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; &lt;span style="color:Blue;"&gt;WithEvents&lt;/span&gt; CredentialsClass &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; RIL.RIL.Credentials

&lt;span style="color:Green;"&gt;&amp;#39;Defining your API Key&lt;/span&gt;
CredentialsClass.PublicKey = &lt;span style="color:#A31515;"&gt;&amp;quot;YOURAPIKEY&amp;quot;&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Adding user&lt;/b&gt;&lt;/h3&gt;Description on how to add one user&lt;br /&gt;&lt;br /&gt;Since RIL has been thought to be multi-user, you have to add them to the array.&lt;br /&gt;Every user it&amp;#39;s consider as a single class(User) and than add to it&amp;#39;s main class(Credentials) as shown in the next example.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Green;"&gt;&amp;#39;Class Declaration&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; &lt;span style="color:Blue;"&gt;WithEvents&lt;/span&gt; CredentialsClass &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; RIL.RIL.Credentials

&lt;span style="color:Green;"&gt;&amp;#39;Creating one user&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; User &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; Credentials.User
        User.UserName = &lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;
        User.UserPassword = &lt;span style="color:#A31515;"&gt;&amp;quot;UserPassword&amp;quot;&lt;/span&gt;

CredentialsClass.Add(User)
&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;
Crd.Add(&lt;span style="color:Blue;"&gt;New&lt;/span&gt; Credentials.User(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;, &lt;span style="color:#A31515;"&gt;&amp;quot;UserPassword&amp;quot;&lt;/span&gt;))
&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Editing user&lt;/b&gt;&lt;/h3&gt;Description on how to Edit one user&lt;br /&gt;&lt;br /&gt;Simple description on how to Edit one user, considering you have already added users.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

Crd.Item(1).UserName = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserName&amp;quot;&lt;/span&gt;
Crd.Item(1).UserPassword = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserPassword&amp;quot;&lt;/span&gt;

&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;

Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;).UserName = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserName&amp;quot;&lt;/span&gt;
Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;NewUserName&amp;quot;&lt;/span&gt;).UserPassword = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserPassword&amp;quot;&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Login and Logout user&lt;/b&gt;&lt;/h3&gt;Description on how to Login or Logout one user to Read It Later.com&lt;br /&gt;&lt;br /&gt;Simple description on how to  Login or Logout one user, considering you have already added users.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Login Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;).Login() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(1).Login() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;i&gt;Logout Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;).Logout() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(1).Logout() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Wend login in or logout one user, the corresponding event is raised.&lt;br /&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Serialize Credentials Class&lt;/b&gt;&lt;/h3&gt;Description on how to Serialize Credentials Class&lt;br /&gt;&lt;br /&gt;Credentials Class, has the support to serialize it self, returning every stored data in xml format, being simple to store data, avoiding excessive request to Read It Later.com servers.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt; &lt;b&gt;Function Name&lt;/b&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Return Value&lt;/b&gt; &lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; SerializeClass &lt;/td&gt;&lt;td&gt; XmlDocument &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; XMLDoc &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; XmlDocument
    XMLDoc = CredentialsClass.SerializeClass

    msgbox(XMLDoc.InnerXml)

&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Doing this the message Box will show the next result&lt;br /&gt;&lt;i&gt;Result&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color:#A31515;"&gt;xml&lt;/span&gt; &lt;span style="color:Red;"&gt;version&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;1.0&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;encoding&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;utf-16&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;?&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;RILCredentials&lt;/span&gt; &lt;span style="color:Red;"&gt;xmlns:xsi&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;xmlns:xsd&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;http://www.w3.org/2001/XMLSchema&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserList&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;User&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
                   &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserName&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;UserName&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserName&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
                   &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserPassword&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;UserPass&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserPassword&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;User&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserList&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;ApiKey&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;yourAPIKey&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;ApiKey&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;RILCredentials&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;br /&gt;&lt;b&gt;&lt;i&gt;Simple Right?&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;If you have any opinion, suggestion or even critic, don&amp;#39;t be shy and speck your mind. &lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Mon, 06 Feb 2012 12:21:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120206122145P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://ril.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;b&gt;RIL 1.0.0&lt;/b&gt;&lt;/h1&gt;&lt;h2&gt;&lt;i&gt;Read It Later.com Api Implementation&lt;/i&gt;&lt;/h2&gt;
&lt;b&gt;Api usage of this firt version&lt;/b&gt;&lt;br /&gt;For now it only supports Multi-User validation against Read It Later.com servers and serialization of users accounts, so you can save all data.&lt;br /&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Class Supported Events&lt;/b&gt;&lt;/h3&gt;Description of supported events&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt; &lt;b&gt;Description&lt;/b&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Event&lt;/b&gt; &lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; General Erros &lt;/td&gt;&lt;td&gt; Error(ByVal &lt;a href="http://ril.codeplex.com/wikipage?title=Error&amp;referringTitle=Documentation"&gt;Error&lt;/a&gt; As System.Exception) &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; User Login Successful &lt;/td&gt;&lt;td&gt; UserLogin(ByVal UserName As String)  &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; User Login Fail &lt;/td&gt;&lt;td&gt; UserLoginError(ByVal UserName As String, ByVal &lt;a href="http://ril.codeplex.com/wikipage?title=Error&amp;referringTitle=Documentation"&gt;Error&lt;/a&gt; As System.Exception) &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; User Logout &lt;/td&gt;&lt;td&gt; UserLogout(ByVal UserName As String) &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Green;"&gt;&amp;#39;Class Declaration&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; &lt;span style="color:Blue;"&gt;WithEvents&lt;/span&gt; CredentialsClass &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; RIL.RIL.Credentials

&lt;span style="color:Green;"&gt;&amp;#39;Class Events&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_Error(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; [&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;] &lt;span style="color:Blue;"&gt;As&lt;/span&gt; System.Exception) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;
     MsgBox([&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;].Message)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;

&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_UserLogin(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; UserName &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.UserLogin
    MsgBox(UserName)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;

&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_UserLoginError(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; UserName &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;, &lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; [&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;] &lt;span style="color:Blue;"&gt;As&lt;/span&gt; System.Exception) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.UserLoginError
    MsgBox(UserName &amp;amp; &lt;span style="color:#A31515;"&gt;&amp;quot; - &amp;quot;&lt;/span&gt; &amp;amp; [&lt;span style="color:Blue;"&gt;Error&lt;/span&gt;].Message)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;

&lt;span style="color:Blue;"&gt;Private&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CredentialsClass_UserLogout(&lt;span style="color:Blue;"&gt;ByVal&lt;/span&gt; UserName &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;) &lt;span style="color:Blue;"&gt;Handles&lt;/span&gt; CredentialsClass.UserLogout
    MsgBox(UserName)
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Defining Read It Later.com Public API Key&lt;/b&gt; &lt;a href="http://readitlaterlist.com/api/signup/" class="externalLink"&gt;http://readitlaterlist.com/api/signup/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;Description on how to set your API Key&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Green;"&gt;&amp;#39;Class Declaration&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; &lt;span style="color:Blue;"&gt;WithEvents&lt;/span&gt; CredentialsClass &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; RIL.RIL.Credentials

&lt;span style="color:Green;"&gt;&amp;#39;Defining your API Key&lt;/span&gt;
CredentialsClass.PublicKey = &lt;span style="color:#A31515;"&gt;&amp;quot;YOURAPIKEY&amp;quot;&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Adding user&lt;/b&gt;&lt;/h3&gt;Description on how to add one user&lt;br /&gt;&lt;br /&gt;Since RIL has been thought to be multi-user, you have to add them to the array.&lt;br /&gt;Every user it&amp;#39;s consider as a single class(User) and than add to it&amp;#39;s main class(Credentials) as shown in the next example.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Green;"&gt;&amp;#39;Class Declaration&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; &lt;span style="color:Blue;"&gt;WithEvents&lt;/span&gt; CredentialsClass &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; RIL.RIL.Credentials

&lt;span style="color:Green;"&gt;&amp;#39;Creating one user&lt;/span&gt;
&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; User &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; Credentials.User
        User.UserName = &lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;
        User.UserPassword = &lt;span style="color:#A31515;"&gt;&amp;quot;UserPassword&amp;quot;&lt;/span&gt;

CredentialsClass.Add(User)
&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;
Crd.Add(&lt;span style="color:Blue;"&gt;New&lt;/span&gt; Credentials.User(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;, &lt;span style="color:#A31515;"&gt;&amp;quot;UserPassword&amp;quot;&lt;/span&gt;))
&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Editing user&lt;/b&gt;&lt;/h3&gt;Description on how to Edit one user&lt;br /&gt;&lt;br /&gt;Simple description on how to Edit one user, considering you have already added users.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

Crd.Item(1).UserName = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserName&amp;quot;&lt;/span&gt;
Crd.Item(1).UserPassword = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserPassword&amp;quot;&lt;/span&gt;

&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;

Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;).UserName = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserName&amp;quot;&lt;/span&gt;
Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;NewUserName&amp;quot;&lt;/span&gt;).UserPassword = &lt;span style="color:#A31515;"&gt;&amp;quot;NewUserPassword&amp;quot;&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Login and Logout user&lt;/b&gt;&lt;/h3&gt;Description on how to Login or Logout one user to Read It Later.com&lt;br /&gt;&lt;br /&gt;Simple description on how to  Login or Logout one user, considering you have already added users.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Login Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;).Login() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(1).Login() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;i&gt;Logout Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(&lt;span style="color:#A31515;"&gt;&amp;quot;UserName&amp;quot;&lt;/span&gt;).Logout() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;span style="color:Green;"&gt;&amp;#39;or&lt;/span&gt;

&lt;span style="color:Blue;"&gt;if&lt;/span&gt; Crd.Item(1).Logout() &lt;span style="color:Blue;"&gt;then&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;True&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;else&lt;/span&gt;
    msgbox(&lt;span style="color:#A31515;"&gt;&amp;quot;False&amp;quot;&lt;/span&gt;)
&lt;span style="color:Blue;"&gt;end&lt;/span&gt; &lt;span style="color:Blue;"&gt;if&lt;/span&gt;

&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Wend login in or logout one user, the corresponding event is raised.&lt;br /&gt;
&lt;hr /&gt;

&lt;h3&gt;&lt;b&gt;Serialize Credentials Class&lt;/b&gt;&lt;/h3&gt;Description on how to Serialize Credentials Class&lt;br /&gt;&lt;br /&gt;Credentials Class, has the support to serialize it self, returning every stored data in xml format, being simple to store data, avoiding excessive request to Read It Later.com servers.&lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt; &lt;b&gt;Function Name&lt;/b&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Return Value&lt;/b&gt; &lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; SerializeClass &lt;/td&gt;&lt;td&gt; XmlDocument &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Example&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; XMLDoc &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;New&lt;/span&gt; XmlDocument
    XMLDoc = CredentialsClass.SerializeClass

    msgbox(XMLDoc.InnerXml)

&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Doing this the message Box will show the next result&lt;br /&gt;&lt;i&gt;Result&lt;/i&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;

&lt;span style="color:Blue;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color:#A31515;"&gt;xml&lt;/span&gt; &lt;span style="color:Red;"&gt;version&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;1.0&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;encoding&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;utf-16&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;?&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;RILCredentials&lt;/span&gt; &lt;span style="color:Red;"&gt;xmlns:xsi&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;xmlns:xsd&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;http://www.w3.org/2001/XMLSchema&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserList&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;User&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
                   &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserName&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;UserName&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserName&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
                   &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserPassword&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;UserPass&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserPassword&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;User&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;UserList&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;ApiKey&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;yourAPIKey&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;ApiKey&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;RILCredentials&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;br /&gt;&lt;b&gt;&lt;i&gt;Simple Right?&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;If you have any opinion, suggestion or even critic, don&amp;#39;t be shy and speck. &lt;a href="http://ril.codeplex.com/discussions" class="externalLink"&gt;http://ril.codeplex.com/discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Mon, 06 Feb 2012 12:21:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120206122121P</guid></item><item><title>Updated Wiki: Home</title><link>http://ril.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;Implementation to Read it Later.com(&lt;a href="http://readitlaterlist.com/" class="externalLink"&gt;http://readitlaterlist.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) public API(&lt;a href="http://readitlaterlist.com/api/" class="externalLink"&gt;http://readitlaterlist.com/api/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;It&amp;#39;s developed in Visual Basic.Net, simplifying the connection withe Read it Later.com API.&lt;br /&gt;It supports multi-user and data serializing, making it possible to save all retrieved data avoiding excessive Data transfer from Read It Later.com(&lt;a href="http://readitlaterlist.com/" class="externalLink"&gt;http://readitlaterlist.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) servers. &lt;br /&gt;&lt;br /&gt;All opinion and suggestions are welcome.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Mon, 06 Feb 2012 10:42:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120206104236A</guid></item><item><title>Updated Wiki: Home</title><link>http://ril.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;Implementation to Read it Later.com &lt;a href="http://readitlaterlist.com/" class="externalLink"&gt;http://readitlaterlist.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; public API&lt;br /&gt;&lt;br /&gt;It&amp;#39;s developed in Visual Basic.Net, simplifying the connection withe Read it Later.com API.&lt;br /&gt;It supports multi-user and data serializing, making it possible to save all retrieved data avoiding excessive Data transfer from Read It Later.com servers. &lt;br /&gt;&lt;br /&gt;All opinion and suggestions are welcome.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Mon, 06 Feb 2012 10:41:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120206104154A</guid></item><item><title>Updated Wiki: Home</title><link>http://ril.codeplex.com/wikipage?version=3</link><description>&lt;div class="wikidoc"&gt;Implementation to Read it Later.com public API&lt;br /&gt;&lt;br /&gt;It&amp;#39;s developed in Visual Basic.Net, simplifying the connection withe Read it Later.com API.&lt;br /&gt;It supports multi-user and data serializing, making it possible to save all retrieved data avoiding excessive Data transfer from Read It Later.com servers. &lt;br /&gt;&lt;br /&gt;All opinion and suggestions are welcome.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Mon, 06 Feb 2012 10:41:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120206104109A</guid></item><item><title>Source code checked in, #666b33cb0887</title><link>http://ril.codeplex.com/SourceControl/changeset/changes/666b33cb0887</link><description>RIL 1.0.0  First Version&amp;#10;Multiple User Validation</description><author>Geral</author><pubDate>Mon, 06 Feb 2012 00:58:21 GMT</pubDate><guid isPermaLink="false">Source code checked in, #666b33cb0887 20120206125821A</guid></item><item><title>Created Release: RIL.1.0.0 (Fev 05, 2012)</title><link>http://ril.codeplex.com/releases?ReleaseId=81765</link><description>&lt;div class="wikidoc"&gt;This is the first version. &lt;br /&gt;For now only supports user validation with Read it Later.com.&lt;br /&gt;It&amp;#39;s as been developed as a multi user, so you may add more than one to try it out.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ginkyo</author><pubDate>Sun, 05 Feb 2012 22:53:58 GMT</pubDate><guid isPermaLink="false">Created Release: RIL.1.0.0 (Fev 05, 2012) 20120205105358P</guid></item><item><title>Released: RIL.1.0.0 (Feb 05, 2012)</title><link>http://ril.codeplex.com/releases/view/81765</link><description>
&lt;div class="wikidoc"&gt;This is the first version. &lt;br&gt;
For now only supports user validation with Read it Later.com.&lt;br&gt;
It&amp;#39;s as been developed as a multi user, so you may add more than one to try it out.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 05 Feb 2012 22:53:58 GMT</pubDate><guid isPermaLink="false">Released: RIL.1.0.0 (Feb 05, 2012) 20120205105358P</guid></item></channel></rss>