<?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>Information Technology Issues &#187; Facebook</title>
	<atom:link href="http://www.semenit.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semenit.com</link>
	<description>This is all about Information Technology</description>
	<lastBuildDate>Fri, 13 Jan 2012 07:50:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>User IP Address and Facebook</title>
		<link>http://www.semenit.com/2010/06/29/user-ip-address-and-facebook/</link>
		<comments>http://www.semenit.com/2010/06/29/user-ip-address-and-facebook/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:17:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.semenit.com/?p=81</guid>
		<description><![CDATA[How to get (using PHP) User IP Address : $_SERVER['REMOTE_ADDR']; User IP Address Facebook : $_SERVER['HTTP_X_FB_USER_REMOTE_ADDR'];]]></description>
			<content:encoded><![CDATA[<p>How to get (using PHP)</p>
<blockquote><p>User IP Address : $_SERVER['REMOTE_ADDR'];</p>
<p>User IP Address Facebook : $_SERVER['HTTP_X_FB_USER_REMOTE_ADDR'];</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.semenit.com/2010/06/29/user-ip-address-and-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Embedding flash object in Facebook Apps</title>
		<link>http://www.semenit.com/2010/04/14/how-to-embedding-flash-object-in-facebook-apps/</link>
		<comments>http://www.semenit.com/2010/04/14/how-to-embedding-flash-object-in-facebook-apps/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 08:53:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.semenit.com/?p=38</guid>
		<description><![CDATA[This is how to embed flash object in Facebook Application (FBML) 1. Create html flash &#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#62; &#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&#62; &#60;title&#62;Untitled Document&#60;/title&#62; &#60;script src=&#8221;../../Scripts/AC_RunActiveContent.js&#8221; type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; AC_FL_RunContent( &#8216;codebase&#8217;,'http://download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=9,0,28,0&#8242;,&#8217;width&#8217;,&#8217;760&#8242;,&#8217;height&#8217;,&#8217;500&#8242;,&#8217;src&#8217;,'newlife&#8217;, &#8216;quality&#8217;,'high&#8217;,'pluginspage&#8217;, &#8216;http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version= ShockwaveFlash&#8217;,'movie&#8217;,'newlife&#8217; ); //end AC code &#60;/script&#62;&#60;noscript&#62;&#60;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=9,0,28,0&#8243; width=&#8221;760&#8243; [...]]]></description>
			<content:encoded><![CDATA[<p>This is how to embed flash object in Facebook Application (FBML)</p>
<p>1. Create html flash</p>
<blockquote>
<div id="_mcePaste">&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</div>
<div id="_mcePaste">&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;</div>
<div id="_mcePaste">&lt;head&gt;</div>
<div id="_mcePaste">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt;</div>
<div id="_mcePaste">&lt;title&gt;Untitled Document&lt;/title&gt;</div>
<div id="_mcePaste">&lt;script src=&#8221;../../Scripts/AC_RunActiveContent.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</div>
<div id="_mcePaste">&lt;/head&gt;</div>
<div id="_mcePaste">&lt;body&gt;</div>
<div id="_mcePaste">&lt;script type=&#8221;text/javascript&#8221;&gt;</div>
<div id="_mcePaste">AC_FL_RunContent( &#8216;codebase&#8217;,'http://download.macromedia.com/pub/shockwave/cabs/flash/<br />
swflash.cab#version=9,0,28,0&#8242;,&#8217;width&#8217;,&#8217;760&#8242;,&#8217;height&#8217;,&#8217;500&#8242;,&#8217;src&#8217;,'newlife&#8217;,<br />
&#8216;quality&#8217;,'high&#8217;,'pluginspage&#8217;,<br />
&#8216;http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=<br />
ShockwaveFlash&#8217;,'movie&#8217;,'newlife&#8217; ); //end AC code</div>
<div id="_mcePaste">&lt;/script&gt;&lt;noscript&gt;&lt;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/<br />
swflash.cab#version=9,0,28,0&#8243; width=&#8221;760&#8243; height=&#8221;500&#8243;&gt;</div>
<div id="_mcePaste">&lt;param name=&#8221;movie&#8221; value=&#8221;newlife.swf&#8221; /&gt;</div>
<div id="_mcePaste">&lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221; /&gt;</div>
<div id="_mcePaste">&lt;embed src=&#8221;newlife.swf&#8221; quality=&#8221;high&#8221; pluginspage=&#8221;http://www.adobe.com/shockwave/<br />
download/download.cgi?P1_Prod_Version=ShockwaveFlash&#8221; type=&#8221;application/x-shockwave-flash&#8221;<br />
width=&#8221;760&#8243; height=&#8221;500&#8243;&gt;&lt;/embed&gt;</div>
<div id="_mcePaste">&lt;/object&gt;&lt;/noscript&gt;</div>
<div id="_mcePaste">&lt;/body&gt;</div>
<div id="_mcePaste">&lt;/html&gt;</div>
</blockquote>
<p>2. Create iFrame in HTML page</p>
<blockquote><p>&lt;fb:iframe src=&#8221;http://www.semenit.com/fb/life/callback/lifefb/flashlife.php&#8221; width=&#8221;760&#8243; height=&#8221;500&#8243; frameborder=&#8221;0&#8243; scrolling=&#8221;no&#8221;&gt;&lt;/fb:iframe&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.semenit.com/2010/04/14/how-to-embedding-flash-object-in-facebook-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

