<?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>SmileyLover Blog &#187; get facebook user ip</title>
	<atom:link href="http://blog.smileylover.com/tag/get-facebook-user-ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smileylover.com</link>
	<description>Sharing Knowledge and Resources</description>
	<lastBuildDate>Sun, 04 Apr 2010 18:32:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To Get Real IP User In Facebook Application</title>
		<link>http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/</link>
		<comments>http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 21:06:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[get facebook user ip]]></category>
		<category><![CDATA[get ip user in facebook]]></category>
		<category><![CDATA[get user facebook application ip]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=266</guid>
		<description><![CDATA[In general we will use &#8220;$_SERVER['REMOTE_ADDR']&#8221; to get the IP of the visitor, but this does not apply in Facebook, because it will only remove IP from the server itself Facebook. If you are a facebook application developer, then there are ways we can use to get the IP of our facebook application visitor. Here [...]


Related posts:<ol><li><a href='http://blog.smileylover.com/facebook-application-get-fatal-error-message/' rel='bookmark' title='Permanent Link: Facebook Application Get &#8220;Fatal Error&#8221; Message?'>Facebook Application Get &#8220;Fatal Error&#8221; Message?</a></li>
<li><a href='http://blog.smileylover.com/view-facebook-private-photos-without-being-their-friend/' rel='bookmark' title='Permanent Link: View Facebook Private Photos Without Being Their Friend'>View Facebook Private Photos Without Being Their Friend</a></li>
<li><a href='http://blog.smileylover.com/different-types-links-url-of-facebook/' rel='bookmark' title='Permanent Link: Different Types Links (URL) Of Facebook'>Different Types Links (URL) Of Facebook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In general we will use &#8220;$_SERVER['REMOTE_ADDR']&#8221; to get the IP of the visitor, but this does not apply in Facebook, because it will only remove IP from the server itself Facebook. If you are a facebook application developer, then there are ways we can use to <strong>get the IP</strong> of our facebook application visitor.</p>
<p>Here is the code used in music applications online <a title="Facebook Free Music Application" href="http://apps.facebook.com/mpthreeecho" target="_blank">http://apps.facebook.com/mpthreeecho</a></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p266code2'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2662"><td class="code" id="p266code2"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$ip</span>            <span style="color: #339933;">=</span> <a href="http://www.php.net/array_values"><span style="color: #990000;">array_values</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$ip</span>            <span style="color: #339933;">=</span> <span style="color: #000088;">$ip</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">8</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Hopefully this brief article may help you in recording the statistics of your facebook application.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How To Get Real IP User In Facebook Application" url="http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/"></script>

<p>Related posts:<ol><li><a href='http://blog.smileylover.com/facebook-application-get-fatal-error-message/' rel='bookmark' title='Permanent Link: Facebook Application Get &#8220;Fatal Error&#8221; Message?'>Facebook Application Get &#8220;Fatal Error&#8221; Message?</a></li>
<li><a href='http://blog.smileylover.com/view-facebook-private-photos-without-being-their-friend/' rel='bookmark' title='Permanent Link: View Facebook Private Photos Without Being Their Friend'>View Facebook Private Photos Without Being Their Friend</a></li>
<li><a href='http://blog.smileylover.com/different-types-links-url-of-facebook/' rel='bookmark' title='Permanent Link: Different Types Links (URL) Of Facebook'>Different Types Links (URL) Of Facebook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
