<?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: how to keep track of users of your application, and how to remove them properly when they remove it</title>
	<atom:link href="http://fbcookbook.ofhas.in/2009/02/05/how-to-keep-track-of-users-of-your-application-and-how-to-remove-them-properly-when-they-remove-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://fbcookbook.ofhas.in/2009/02/05/how-to-keep-track-of-users-of-your-application-and-how-to-remove-them-properly-when-they-remove-it/</link>
	<description>thousands of app development recipes</description>
	<lastBuildDate>Mon, 06 Sep 2010 20:26:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bAsTeR</title>
		<link>http://fbcookbook.ofhas.in/2009/02/05/how-to-keep-track-of-users-of-your-application-and-how-to-remove-them-properly-when-they-remove-it/comment-page-1/#comment-1691</link>
		<dc:creator>bAsTeR</dc:creator>
		<pubDate>Wed, 26 May 2010 17:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=108#comment-1691</guid>
		<description>One question:

If one user uninstall your application then the status of that user is set to active=0, but if the user install again the application, how can you deal with that issue?</description>
		<content:encoded><![CDATA[<p>One question:</p>
<p>If one user uninstall your application then the status of that user is set to active=0, but if the user install again the application, how can you deal with that issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasin Hayder</title>
		<link>http://fbcookbook.ofhas.in/2009/02/05/how-to-keep-track-of-users-of-your-application-and-how-to-remove-them-properly-when-they-remove-it/comment-page-1/#comment-36</link>
		<dc:creator>Hasin Hayder</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=108#comment-36</guid>
		<description>just to keep track for future reference. and this is helpful for some specific cases, for example, if you want to give the exact status back to returning user (who has removed your application and added it again) like points, stories and other app related data then you must keep track of all of yoru users. no matter if they have removed or not, ur data should persist

:)

and keeping track of inactive users are also good for generating different types of traffic reports</description>
		<content:encoded><![CDATA[<p>just to keep track for future reference. and this is helpful for some specific cases, for example, if you want to give the exact status back to returning user (who has removed your application and added it again) like points, stories and other app related data then you must keep track of all of yoru users. no matter if they have removed or not, ur data should persist</p>
<p> <img src='http://fbcookbook.ofhas.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>and keeping track of inactive users are also good for generating different types of traffic reports</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bijon</title>
		<link>http://fbcookbook.ofhas.in/2009/02/05/how-to-keep-track-of-users-of-your-application-and-how-to-remove-them-properly-when-they-remove-it/comment-page-1/#comment-35</link>
		<dc:creator>bijon</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=108#comment-35</guid>
		<description>The articles content is very easy to understand.Nice articles. 

However to remove the user why we don&#039;t delete from the table rather then inactive status ?</description>
		<content:encoded><![CDATA[<p>The articles content is very easy to understand.Nice articles. </p>
<p>However to remove the user why we don&#8217;t delete from the table rather then inactive status ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
