<?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: Facebook Graph Api &#8211; Is user a fan of page id &#8211; Using FQL and opengraph to mimic Pages.IsFan	</title>
	<atom:link href="https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/</link>
	<description>An exploration of life, technology and writing</description>
	<lastBuildDate>Tue, 13 Jan 2015 15:20:18 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Woody		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-1283</link>

		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 13:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-1283</guid>

					<description><![CDATA[Yeah this has probably changed since it was written. Cheers Joby.]]></description>
			<content:encoded><![CDATA[<p>Yeah this has probably changed since it was written. Cheers Joby.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joby Joseph		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-1278</link>

		<dc:creator><![CDATA[Joby Joseph]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 03:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-1278</guid>

					<description><![CDATA[If you are dealing with facebook app tab page, following code help you to find isfan status

$signed = parse_signed_request($_REQUEST[&#039;signed_request&#039;], &#039;YOUR-APP-SECRET&#039;);
if ($signed[&#039;page&#039;][&#039;liked&#039;] == 1) {
    $fan = true;
} else {
    $fan = false;
}]]></description>
			<content:encoded><![CDATA[<p>If you are dealing with facebook app tab page, following code help you to find isfan status</p>
<p>$signed = parse_signed_request($_REQUEST[&#8216;signed_request&#8217;], &#8216;YOUR-APP-SECRET&#8217;);<br />
if ($signed[&#8216;page&#8217;][&#8216;liked&#8217;] == 1) {<br />
    $fan = true;<br />
} else {<br />
    $fan = false;<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Woody		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-1085</link>

		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Wed, 10 Aug 2011 11:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-1085</guid>

					<description><![CDATA[Google it dude, sure its possible, seen it used.]]></description>
			<content:encoded><![CDATA[<p>Google it dude, sure its possible, seen it used.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shiv		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-1084</link>

		<dc:creator><![CDATA[Shiv]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 21:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-1084</guid>

					<description><![CDATA[Hey, I am trying to tell if someone has liked a page before. Not a fan page but a normal page with a like button embedded. Is there a way to tell  if the person liked that page in the past?

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hey, I am trying to tell if someone has liked a page before. Not a fan page but a normal page with a like button embedded. Is there a way to tell  if the person liked that page in the past?</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Woody		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-1052</link>

		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 15:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-1052</guid>

					<description><![CDATA[I guess it may only work in that situ, I only used it in an approved app situation so you may have to investigate another way. If I do any more work on this I will post here ;)]]></description>
			<content:encoded><![CDATA[<p>I guess it may only work in that situ, I only used it in an approved app situation so you may have to investigate another way. If I do any more work on this I will post here 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sean		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-1051</link>

		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 14:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-1051</guid>

					<description><![CDATA[Thanks for this, it has saved me a lot of time and hair pulling.  Of course the next problem I have is how to get the user_id of another user in order to run the query.  &quot;$uid = $facebook-&#062;getUser();&quot; works when it is me that is viewing my page - because I authorized the app when i added it to my page, but this wont work for other users.  Any ideas?]]></description>
			<content:encoded><![CDATA[<p>Thanks for this, it has saved me a lot of time and hair pulling.  Of course the next problem I have is how to get the user_id of another user in order to run the query.  &#8220;$uid = $facebook-&gt;getUser();&#8221; works when it is me that is viewing my page &#8211; because I authorized the app when i added it to my page, but this wont work for other users.  Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Woody		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-991</link>

		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Wed, 02 Feb 2011 12:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-991</guid>

					<description><![CDATA[Good day Nick! 

I got your email also, script looks ok on first glance - what are the errors you are seeing? using PHP5? did your facebook initiating work ok?]]></description>
			<content:encoded><![CDATA[<p>Good day Nick! </p>
<p>I got your email also, script looks ok on first glance &#8211; what are the errors you are seeing? using PHP5? did your facebook initiating work ok?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-977</link>

		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Mon, 31 Jan 2011 19:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-977</guid>

					<description><![CDATA[Good day to u,

I am using this code but i am continuously getting errors I am using the above code as it is. Do i have to replace anything please help. I am pretty new to Facebook and does not have much knowledge.

Regards,]]></description>
			<content:encoded><![CDATA[<p>Good day to u,</p>
<p>I am using this code but i am continuously getting errors I am using the above code as it is. Do i have to replace anything please help. I am pretty new to Facebook and does not have much knowledge.</p>
<p>Regards,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Woody		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-947</link>

		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 10:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-947</guid>

					<description><![CDATA[Hi Chris, 

Post the full script and I will have a guess, my original code still seems to work for me..]]></description>
			<content:encoded><![CDATA[<p>Hi Chris, </p>
<p>Post the full script and I will have a guess, my original code still seems to work for me..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Kemm		</title>
		<link>https://blog.woodylabs.com/2010/09/facebook-graph-api-is-user-a-fan-of-page-id-using-fql-and-opengraph-to-mimic-pages-isfan/comment-page-1/#comment-925</link>

		<dc:creator><![CDATA[Chris Kemm]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 16:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=403#comment-925</guid>

					<description><![CDATA[Hi

I can&#039;t get this script running? I&#039;ve added it to my canvas .php app but I always get user is not a fan response? 

Any ideas?

My code below:

 





 &#039;1*************0&#039;,
  &#039;secret&#039; =&#062; &#039;a******************************f&#039;,
  &#039;cookie&#039; =&#062; true,
)); 


array( &#039;method&#039; =&#062; &#039;fql.query&#039;, &#039;query&#039; =&#062;

&#039;SELECT target_id FROM connection WHERE source_id = $userID AND target_id = $pageID&#039; );

?&#062;




Sorry you need to be a fan to enter



You&#039;re a fan



]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>I can&#8217;t get this script running? I&#8217;ve added it to my canvas .php app but I always get user is not a fan response? </p>
<p>Any ideas?</p>
<p>My code below:</p>
<p> &#8216;1*************0&#8217;,<br />
  &#8216;secret&#8217; =&gt; &#8216;a******************************f&#8217;,<br />
  &#8216;cookie&#8217; =&gt; true,<br />
)); </p>
<p>array( &#8216;method&#8217; =&gt; &#8216;fql.query&#8217;, &#8216;query&#8217; =&gt;</p>
<p>&#8216;SELECT target_id FROM connection WHERE source_id = $userID AND target_id = $pageID&#8217; );</p>
<p>?&gt;</p>
<p>Sorry you need to be a fan to enter</p>
<p>You&#8217;re a fan</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
