<?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 Post to a Facebook Fan Page on Behalf of the Page.</title>
	<atom:link href="http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/</link>
	<description>And this too shall pass...</description>
	<lastBuildDate>Wed, 19 May 2010 17:18:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arif</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3932</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3932</guid>
		<description>Hi Senthil,
I have the permission set for my app to publish to my page.
Following is the code I&#039;m trying :



function publish2FB()
{

var message = &#039;This is the status update&#039;; 
var attachment = {&#039;name&#039;:&#039;title text&#039;,&#039;href&#039;:&#039;http://mysite.com&#039;,&#039;href&#039;:&#039;http://mysite.com&#039;, &#039;caption&#039;:&#039;Source:fb.myTestApp&#039;,&#039;description&#039;:&#039;tempor. Proin vitae lectus ut massa sagittis congue. Phasellus feugiat vehicula ultricies. Integer neque ante, ullamcorper at aliquet eu, ultricies quis metus. Nullam placerat congue enim, quis cursus dui pellentesque vel.&#039;,&#039;media&#039;: [{&#039;type&#039;: &#039;video&#039;, &#039;video_src&#039;: &#039;http://www.youtube.com/watch?v=7nfsiDFOYL0&#039;, &#039;preview_img&#039;:&#039;http://i4.ytimg.com/vi/7nfsiDFOYL0/default.jpg&#039;, &#039;video_link&#039;: &#039;http://www.thestranger.co.nr&#039;,&#039;video_title&#039;: &#039;Smack That&#039;}]}; 

FB.Connect.streamPublish(message, attachment, null,&#039;&#039;,null,null,true,&#039;page_id&#039;);
}


  
    FB.init(&quot;API_key&quot;, &quot;xd_receiver.htm&quot;); 


Now,can you please tell me :
1. If I&#039;ll be able to post from my external website to my page without prompting the feed dialog.
2. If I can post on the Page feed even when I am actually not logged in.
3. I can log in and can publish on behalf of my page but with the prompt dialog.
Please tell me what is actually I am missing</description>
		<content:encoded><![CDATA[<p>Hi Senthil,<br />
I have the permission set for my app to publish to my page.<br />
Following is the code I&#8217;m trying :</p>
<p>function publish2FB()<br />
{</p>
<p>var message = &#8216;This is the status update&#8217;;<br />
var attachment = {&#8217;name&#8217;:'title text&#8217;,'href&#8217;:'http://mysite.com&#8217;,'href&#8217;:'http://mysite.com&#8217;, &#8216;caption&#8217;:'Source:fb.myTestApp&#8217;,'description&#8217;:'tempor. Proin vitae lectus ut massa sagittis congue. Phasellus feugiat vehicula ultricies. Integer neque ante, ullamcorper at aliquet eu, ultricies quis metus. Nullam placerat congue enim, quis cursus dui pellentesque vel.&#8217;,'media&#8217;: [{'type': 'video', 'video_src': 'http://www.youtube.com/watch?v=7nfsiDFOYL0', 'preview_img':'http://i4.ytimg.com/vi/7nfsiDFOYL0/default.jpg', 'video_link': 'http://www.thestranger.co.nr','video_title': 'Smack That'}]}; </p>
<p>FB.Connect.streamPublish(message, attachment, null,&#8221;,null,null,true,&#8217;page_id&#8217;);<br />
}</p>
<p>    FB.init(&#8221;API_key&#8221;, &#8220;xd_receiver.htm&#8221;); </p>
<p>Now,can you please tell me :<br />
1. If I&#8217;ll be able to post from my external website to my page without prompting the feed dialog.<br />
2. If I can post on the Page feed even when I am actually not logged in.<br />
3. I can log in and can publish on behalf of my page but with the prompt dialog.<br />
Please tell me what is actually I am missing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Edwards</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3906</link>
		<dc:creator>Rob Edwards</dc:creator>
		<pubDate>Mon, 02 Nov 2009 23:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3906</guid>
		<description>I don&#039;t get any errors, it just won&#039;t post as the page.  I&#039;ve already obtained permissions from the user to post on the page that they are an admin of, but no luck with your suggestion.  Thanks though!

Rob</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get any errors, it just won&#8217;t post as the page.  I&#8217;ve already obtained permissions from the user to post on the page that they are an admin of, but no luck with your suggestion.  Thanks though!</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3812</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Sun, 01 Nov 2009 03:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3812</guid>
		<description>Rob Edwards,

Are you seeing any error messages? Can you post your error message?

One more thing you can try --

If you are logged in as the admin of the page, try setting the target_id to null and the uid to the page id.</description>
		<content:encoded><![CDATA[<p>Rob Edwards,</p>
<p>Are you seeing any error messages? Can you post your error message?</p>
<p>One more thing you can try &#8211;</p>
<p>If you are logged in as the admin of the page, try setting the target_id to null and the uid to the page id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Edwards</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3807</link>
		<dc:creator>Rob Edwards</dc:creator>
		<pubDate>Sun, 01 Nov 2009 02:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3807</guid>
		<description>I am having the exact same problem... here&#039;s my code
I want to post to the page on behalf of the page!
If I use actor_id or uid it simply uses it in the form, but no where else...


function callPublish(msg, attachment, action_link, target_id,uid ) 
{
  FB.ensureInit(function () 
  {
  var attachment = {&#039;media&#039;:[{&#039;type&#039;:&#039;image&#039;,&#039;src&#039;:&#039;http://bit.ly/AJTnf&#039;,&#039;href&#039;:&#039;http://bit.ly/hifZk&#039;}]}; 
  var target_id = &#039;91713273438&#039;;
  var action_link = [{&#039;text&#039;:&#039;FBSharer&#039;,&#039;href&#039;:&#039;http://www.coactlab.com/fbsharer/&#039;}]
  var uid = &#039;91713273438&#039;;
  FB.Connect.streamPublish(&#039;&#039;, attachment,action_link,target_id,uid);
  });
 
}
</description>
		<content:encoded><![CDATA[<p>I am having the exact same problem&#8230; here&#8217;s my code<br />
I want to post to the page on behalf of the page!<br />
If I use actor_id or uid it simply uses it in the form, but no where else&#8230;</p>
<p>function callPublish(msg, attachment, action_link, target_id,uid )<br />
{<br />
  FB.ensureInit(function ()<br />
  {<br />
  var attachment = {&#8217;media&#8217;:[{'type':'image','src':'http://bit.ly/AJTnf','href':'http://bit.ly/hifZk'}]};<br />
  var target_id = &#8216;91713273438&#8242;;<br />
  var action_link = [{'text':'FBSharer','href':'http://www.coactlab.com/fbsharer/'}]<br />
  var uid = &#8216;91713273438&#8242;;<br />
  FB.Connect.streamPublish(&#8221;, attachment,action_link,target_id,uid);<br />
  });</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3701</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3701</guid>
		<description>This works for most of us. Are you sure you are the page admin ? Can you post the exact call you are making?</description>
		<content:encoded><![CDATA[<p>This works for most of us. Are you sure you are the page admin ? Can you post the exact call you are making?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizaan</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3340</link>
		<dc:creator>Rizaan</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3340</guid>
		<description>Does this code work for anybody? I have prompted the permissions and in the api I tried setting the target_id to the page_id and the uid to the page_id and it still users the User as the Sender and not the Page itself.

I even tried the target_id as null and setting the uid to the Page_ID and still passes through as the user and not the Page itself.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Does this code work for anybody? I have prompted the permissions and in the api I tried setting the target_id to the page_id and the uid to the page_id and it still users the User as the Sender and not the Page itself.</p>
<p>I even tried the target_id as null and setting the uid to the Page_ID and still passes through as the user and not the Page itself.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3277</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Tue, 06 Oct 2009 04:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3277</guid>
		<description>Arjun,

Try setting the target_id to null and the uid field to the page id.

-Senthil</description>
		<content:encoded><![CDATA[<p>Arjun,</p>
<p>Try setting the target_id to null and the uid field to the page id.</p>
<p>-Senthil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjun</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3272</link>
		<dc:creator>Arjun</dc:creator>
		<pubDate>Mon, 05 Oct 2009 17:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3272</guid>
		<description>Hey there.. I did pretty much exactly what you did, and I&#039;m still unable to publish on behalf of the page.

When I set the target id to the page id, it publishes on behalf of the administrator.  When I set the page id as the &quot;uid&quot;, it generates an &quot;incorrect signature&quot; error.  Do you know what I&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>Hey there.. I did pretty much exactly what you did, and I&#8217;m still unable to publish on behalf of the page.</p>
<p>When I set the target id to the page id, it publishes on behalf of the administrator.  When I set the page id as the &#8220;uid&#8221;, it generates an &#8220;incorrect signature&#8221; error.  Do you know what I&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AVG Technologies: Hackers using automated Facebook profiles to spread malware &#124; Shakeel Tariq's Blog</title>
		<link>http://blog.rajasekharan.com/2009/10/03/how-to-post-to-the-facebook-fan-page-on-behalf-of-the-page/comment-page-1/#comment-3263</link>
		<dc:creator>AVG Technologies: Hackers using automated Facebook profiles to spread malware &#124; Shakeel Tariq's Blog</dc:creator>
		<pubDate>Sun, 04 Oct 2009 12:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajasekharan.com/?p=137#comment-3263</guid>
		<description>[...] Meeting of Minds » Blog Archive » How to Post to the Facebook Fan &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Meeting of Minds » Blog Archive » How to Post to the Facebook Fan &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.372 seconds -->
