<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Facebook Developer Toolkit</title><link>http://www.codeplex.com/FacebookToolkit/Project/ProjectRss.aspx</link><description>Clarity Consulting Inc. http&amp;#58;&amp;#47;&amp;#47;www.claritycon.com developed the original Facebook Developer Toolkit for the Microsoft Visual Studio Express Team.  We have seen lots of feedback on suggestions on im...</description><item><title>NEW POST: MultiFriendSelector - Place in another IFrame within an IFrame?</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27667</link><description>&lt;div style="line-height: normal;"&gt;I've got an IFrame app going and the invite link working fine to the third party invite page.&lt;br&gt;
&lt;br&gt;
I've placed that invite page in another iframe within my iframe app. That's where the problem comes in. It's still a facebook page, and facebook's header and everything still appears.&lt;br&gt;
&lt;br&gt;
I want to know if I can reposition the contents of the iframe so that only the invitation section appears. So far, I haven't been able to find anything that does this.&lt;br&gt;
&lt;br&gt;
The closest I got was this: http://forums.asp.net/p/1047213/1471707.aspx&lt;br&gt;
But I got the same error: &amp;quot;Permission denied to get property HTMLDocument.body&amp;quot; because the iframe domain is not the same as my app iframe domain.&lt;br&gt;
&lt;br&gt;
Any ideas?&lt;br&gt;
&lt;/div&gt;</description><author>epeng</author><pubDate>Wed, 14 May 2008 00:24:58 GMT</pubDate><guid isPermaLink="false">NEW POST: MultiFriendSelector - Place in another IFrame within an IFrame? 20080514A</guid></item><item><title>NEW POST: Persisting fbService</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27308</link><description>&lt;div style="line-height: normal;"&gt;If its a code reuse issue take a look at using the CanvasFBMLMasterPage.  Then in the content pages use the master page as CanvasFBMLMasterPage.  &lt;br&gt;
I'm pretty new with this myself so ymmv.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>tribenewtype</author><pubDate>Tue, 13 May 2008 16:06:23 GMT</pubDate><guid isPermaLink="false">NEW POST: Persisting fbService 20080513P</guid></item><item><title>NEW POST: How Increase the hight of the iframe page in facebook</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27536</link><description>&lt;div style="line-height: normal;"&gt;hi wong....&lt;br&gt;
&lt;br&gt;
Being in ur app all the pages inherited&amp;nbsp; from&amp;nbsp; masterpage , U try like this:&lt;br&gt;
&lt;br&gt;
Use this in MasterPage ..... and call IframeAdjust(); in body onload, it may work........&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;lt;script src=&amp;quot;http://static.ak.facebook.com/js/api_lib/&lt;strong&gt;v0.2&lt;/strong&gt;/FeatureLoader.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;//&lt;strong&gt;watch out . YOU MUST USE v0.2 and NOT v0.3.&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br&gt;
//after a delay of 500 ms we fire the &amp;quot;fireRequireFeatures()&amp;quot; method. We do this to prevent&lt;br&gt;
//IE from throwing the &amp;quot;Internet Explorer cannot open the internet site. Operation aborted&amp;quot; message.&lt;br&gt;
function IframeAdjust()&lt;br&gt;
{&lt;br&gt;
var userAgent;&lt;br&gt;
userAgent = window.navigator.userAgent.toLowerCase();&lt;br&gt;
&lt;br&gt;
if (userAgent.indexOf(&amp;quot;msie&amp;quot;) &amp;gt;= 0 || userAgent.indexOf(&amp;quot;microsoft
internet explorer&amp;quot;) &amp;gt;= 0) //capture browser type and do the delay&lt;br&gt;
{&lt;br&gt;
setTimeout(&amp;quot;fireRequireFeatures()&amp;quot;,500); //&lt;strong&gt;here i delay 500 milliseconds&lt;/strong&gt;&lt;br&gt;
}&lt;br&gt;
else &lt;br&gt;
fireRequireFeatures(); //no problem with other browser&lt;br&gt;
&lt;br&gt;
function fireRequireFeatures()&lt;br&gt;
{&lt;br&gt;
FB_RequireFeatures(&lt;a href="../Wiki/View.aspx?title=&amp;quot;CanvasUtil&amp;quot;"&gt;&amp;quot;CanvasUtil&amp;quot;&lt;/a&gt;, function(){     &lt;br&gt;
FB.XdComm.Server.init(&amp;quot;/xd_receiver.htm&amp;quot;); &lt;br&gt;
FB.CanvasClient.startTimerToSizeToContent(); &lt;br&gt;
}); &lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;br&gt;
&lt;br&gt;
Also, my xd_receiver.htm file looks like as follows&lt;br&gt;
&lt;br&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt; &lt;br&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; &amp;gt; &lt;br&gt;
&amp;lt;head&amp;gt; &lt;br&gt;
&amp;lt;title&amp;gt;Cross-Domain Receiver Page&amp;lt;/title&amp;gt; &lt;br&gt;
&amp;lt;/head&amp;gt; &lt;br&gt;
&amp;lt;body&amp;gt;&lt;br&gt;
&amp;lt;script src=&amp;quot;http://static.ak.facebook.com/js/api_lib/&lt;strong&gt;v0.3&lt;/strong&gt;/XdCommReceiver.debug.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;//&lt;strong&gt;watch out  the version here. It works for me in this combination&lt;/strong&gt;&lt;br&gt;
&amp;lt;/body&amp;gt; &lt;br&gt;
&amp;lt;/html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thanks &lt;br&gt;
&lt;br&gt;
Naren..... 
&lt;/div&gt;</description><author>Narendar</author><pubDate>Tue, 13 May 2008 15:52:58 GMT</pubDate><guid isPermaLink="false">NEW POST: How Increase the hight of the iframe page in facebook 20080513P</guid></item><item><title>NEW POST: CanvasFBMLMasterPage issue with using fbml</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27627</link><description>&lt;div style="line-height: normal;"&gt;First time Facebook developer here.&lt;br&gt;
I am inheriting the CanvasFBMLMasterPage for a master page asp site.  Its child canvas supply data for content  holders in a form.  I am unable to get fbml to work in this form environment.   Also, when I load my application I lose the outer facebook elements.&lt;br&gt;
&lt;br&gt;
Any suggestions?&lt;br&gt;
&lt;br&gt;
I'm using version 1.6 with vs2008.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>tribenewtype</author><pubDate>Tue, 13 May 2008 15:41:35 GMT</pubDate><guid isPermaLink="false">NEW POST: CanvasFBMLMasterPage issue with using fbml 20080513P</guid></item><item><title>NEW POST: How can i increase the hight of the iframe page in facebook</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=23685</link><description>&lt;div style="line-height: normal;"&gt;Hi Sandip,&lt;br&gt;
               Sorry for replying late. But it seems like you are the only one to get this error message. But anyways, here is what i will do in your situation:&lt;br&gt;
&lt;br&gt;
1. Make sure your xd_receiver.htm file is correct. Check the version. In my case it worked with v0.3.&lt;br&gt;
2. Make sure your relative path correctly points to xd_receiver.htm. If you are not sure, then try giving the full path instead of relative path (For eg. FB.XdComm.Server.init(&lt;a href="http://mydomain.com/facebook/xd_receiver.htm"&gt;http://mydomain.com/facebook/xd_receiver.htm&lt;/a&gt;);)&lt;br&gt;
3. Try changing the version from v0.3 to v0.2 in the xd_receiver.htm file&lt;br&gt;
4. Try it in a different browser and/or different machine. I know this fix is for IE but see to that it shows up properly in FF.&lt;br&gt;
&lt;br&gt;
Let me know if this helps.&lt;br&gt;
&lt;br&gt;
Thanks and Regards,&lt;br&gt;
Hemant.
&lt;/div&gt;</description><author>hemant_vikram</author><pubDate>Tue, 13 May 2008 06:01:52 GMT</pubDate><guid isPermaLink="false">NEW POST: How can i increase the hight of the iframe page in facebook 20080513A</guid></item><item><title>NEW POST: How Increase the hight of the iframe page in facebook</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27536</link><description>&lt;div style="line-height: normal;"&gt;Dear kissu,&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your reply. I already tried but still cannot solve the height problem. Could you provide me any sample simple project that can help me to solve the problem. Thank you. &lt;br&gt;
&lt;/div&gt;</description><author>wong</author><pubDate>Tue, 13 May 2008 04:10:42 GMT</pubDate><guid isPermaLink="false">NEW POST: How Increase the hight of the iframe page in facebook 20080513A</guid></item><item><title>NEW POST: sendNotification</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27574</link><description>&lt;div style="line-height: normal;"&gt;Hi I am trying to send an email to users of my application. I am unable to get send it through as email (show in inbox). It shows up as a notification, which isn't what I want. Not sure what I am doing wrong if I am. Thanks much.&lt;br&gt;
&lt;br&gt;
SendNotification(&amp;quot;test&amp;quot;, 99999, &amp;quot;test&amp;quot;)&lt;br&gt;
&lt;/div&gt;</description><author>davleus</author><pubDate>Mon, 12 May 2008 18:14:24 GMT</pubDate><guid isPermaLink="false">NEW POST: sendNotification 20080512P</guid></item><item><title>NEW POST: How Increase the hight of the iframe page in facebook</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27536</link><description>&lt;div style="line-height: normal;"&gt;Hi wong...&lt;br&gt;
&amp;nbsp;follow this link&amp;nbsp; it will help you to get your problem resolved...&lt;br&gt;
http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=23685
&lt;div style="border-style:dotted none;border-color:rgb(170, 170, 170) -moz-use-text-color;border-width:0.1em medium;margin:1em 0em 2.5em 3em;padding:0.2em;font-style:italic"&gt;&lt;br&gt;
wong wrote:&lt;br&gt;
How can I increase the hight of the iframe page in the facebook as per
the hight of the page in my application being now it is showing a
scrollbar . I using Iframe&amp;nbsp; and smart size  on the Iframe canvas. All the pages is inherit from a master page. The default page coding is&lt;br&gt;
&amp;nbsp;&lt;br&gt;
public partial class _Default : CanvasIFrameBasePage &lt;br&gt;
{&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; private string FACEBOOK_API_KEY = ConfigurationManager.AppSettings[&amp;quot;FacebookAPIKey&amp;quot;];&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; private string FACEBOOK_SECRET = ConfigurationManager.AppSettings[&amp;quot;FacebookSecret&amp;quot;];&lt;br&gt;
&amp;nbsp;&amp;nbsp; &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new protected void Page_Load(object sender, EventArgs e)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base.Api = FACEBOOK_API_KEY;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base.Secret = FACEBOOK_SECRET;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base.Page_Load(sender, e);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp; Please provide me the solution. &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>kissu</author><pubDate>Mon, 12 May 2008 11:39:01 GMT</pubDate><guid isPermaLink="false">NEW POST: How Increase the hight of the iframe page in facebook 20080512A</guid></item><item><title>NEW POST: How Increase the hight of the iframe page in facebook</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27536</link><description>&lt;div style="line-height: normal;"&gt;How can I increase the hight of the iframe page in the facebook as per
the hight of the page in my application being now it is showing a
scrollbar . I using Iframe&amp;nbsp; and smart size  on the Iframe canvas. All the pages is inherit from a master page. The default page coding is&lt;br&gt;
&amp;nbsp;&lt;br&gt;
public partial class _Default : CanvasIFrameBasePage &lt;br&gt;
{&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; private string FACEBOOK_API_KEY = ConfigurationManager.AppSettings[&amp;quot;FacebookAPIKey&amp;quot;];&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; private string FACEBOOK_SECRET = ConfigurationManager.AppSettings[&amp;quot;FacebookSecret&amp;quot;];&lt;br&gt;
&amp;nbsp;&amp;nbsp; &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; new protected void Page_Load(object sender, EventArgs e)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base.Api = FACEBOOK_API_KEY;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base.Secret = FACEBOOK_SECRET;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; base.Page_Load(sender, e);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp; Please provide me the solution. &lt;br&gt;
&lt;/div&gt;</description><author>wong</author><pubDate>Mon, 12 May 2008 10:45:36 GMT</pubDate><guid isPermaLink="false">NEW POST: How Increase the hight of the iframe page in facebook 20080512A</guid></item><item><title>NEW POST: How can i increase the hight of the iframe page in facebook</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=23685</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;  I'd done all things mentioned in this discussion but it gives javascript eroor:&lt;br&gt;
Error: request.features.getEnumerator is not a function&lt;br&gt;
Source File: http://static.ak.facebook.com/js/api_lib/v0.2/Base.js?r=3afc361cdca15934cd30b599b900e6c62&lt;br&gt;
Line: 393&lt;br&gt;
&lt;br&gt;
Please help me.&lt;br&gt;
&lt;br&gt;
Thanks &lt;br&gt;
Sandip&lt;br&gt;
&lt;/div&gt;</description><author>Sandip_Patel</author><pubDate>Mon, 12 May 2008 06:01:13 GMT</pubDate><guid isPermaLink="false">NEW POST: How can i increase the hight of the iframe page in facebook 20080512A</guid></item><item><title>COMMENTED ISSUE: _fbService.GetFriends(); bug for United Kingdom</title><link>http://www.codeplex.com/FacebookToolkit/WorkItem/View.aspx?WorkItemId=9989</link><description>There seems to be a bug with the _fbService.GetFriends&amp;#40;&amp;#41;&amp;#59; call.&lt;br /&gt;&lt;br /&gt;If any friends listed have their address set to United Kindom this causes the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;Requested value &amp;#39;UnitedKingdom&amp;#39; was not found. &amp;#34;&lt;br /&gt;&lt;br /&gt;However changing this address to say, New York fixes this &amp;#40;also Facebook lists his as &amp;#34;NY&amp;#34; not &amp;#34;United States&amp;#34; perhaps it&amp;#39;s an issue with the space character&amp;#63;&amp;#34;&lt;br /&gt;&lt;br /&gt;Can anyone help&amp;#63;&amp;#33;&lt;br /&gt;&lt;br /&gt;Doug&lt;br /&gt;Comments: ** Comment from web user: schubertjr ** &lt;p&gt;get the toolkit&amp;#39;s sourcecode, and modify Facebook&amp;#47;Entity&amp;#47;Location.cs to include the new country.  &amp;#40;in the Country enumerator, add UnitedKingdom&amp;#41;.&lt;br /&gt;then, just use the library you just built.&lt;/p&gt;</description><author>schubertjr</author><pubDate>Sun, 11 May 2008 03:31:44 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: _fbService.GetFriends(); bug for United Kingdom 20080511A</guid></item><item><title>NEW POST: Question of Design and direction...</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27349</link><description>&lt;div class="wikidoc"&gt;
Hello~&lt;br /&gt; &lt;br /&gt;     I am interested in the following design, but I am not sure how to proceed.  I have read a number of the documents and my confusion could be due to the fact I have just picked up programming after long sabbatical.   &lt;br /&gt; &lt;br /&gt;The question will be, how do I do this.&lt;br /&gt; &lt;br /&gt;This is what I want to do…&lt;br /&gt; &lt;br /&gt;I want to build a website on my local server and tie it into my CRM system.  The Web service will load from CRM in an IFRAME and extract the Friend ID from my contact in CRM.  (I will add these to each contact myself.)  &lt;br /&gt; &lt;br /&gt;The end result is that the facebook friend will show up in an IFRAME within my CRM system.  I will not be asked to login etc.&lt;br /&gt; &lt;br /&gt;I do not feel like this is something that should be a Facebook Aplication.  I think it is more of a CSharp/.NET issue but I wanted to get some guidance from someone that has a better understanding of this before I spend much more time on it.&lt;br /&gt; &lt;br /&gt;Thanks for taking time to read my post!&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Cory</author><pubDate>Thu, 08 May 2008 12:59:08 GMT</pubDate><guid isPermaLink="false">NEW POST: Question of Design and direction... 20080508P</guid></item><item><title>NEW POST: Persisting fbService</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27308</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;im trying to create a facebook application.&lt;br /&gt;i so far have default.aspx that is very similar to the sample application.&lt;br /&gt;how can i &amp;quot;persist&amp;quot; the fbService, so i dont have to do the authentication routine on every page?&lt;br /&gt; &lt;br /&gt;can i &amp;quot;recreate&amp;quot; th fbService when i need to use it again?&lt;br /&gt; &lt;br /&gt;alex&lt;br /&gt;
&lt;/div&gt;</description><author>alexjamesbrown</author><pubDate>Wed, 07 May 2008 20:35:24 GMT</pubDate><guid isPermaLink="false">NEW POST: Persisting fbService 20080507P</guid></item><item><title>NEW POST: Where do i download facebook.xml</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27257</link><description>&lt;div class="wikidoc"&gt;
I built the project that came with the sourcecode.&lt;br /&gt;It didn't generate the xml file that I need in sandcastle to build my helpfile.&lt;br /&gt;So where do I go to download the xml file?&lt;br /&gt;
&lt;/div&gt;</description><author>midwinter</author><pubDate>Wed, 07 May 2008 08:05:30 GMT</pubDate><guid isPermaLink="false">NEW POST: Where do i download facebook.xml 20080507A</guid></item><item><title>NEW POST: Incorrect signature</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=25269</link><description>&lt;div class="wikidoc"&gt;
I have the same problem, have you found a solution?&lt;br /&gt;
&lt;/div&gt;</description><author>Mi</author><pubDate>Mon, 05 May 2008 14:04:02 GMT</pubDate><guid isPermaLink="false">NEW POST: Incorrect signature 20080505P</guid></item><item><title>NEW POST: Canvas page tabs (Asp.Net, C#)</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27116</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;I am creating FBApp with the help of asp.net, C#, i have successfully created canvas page and displaying the content also. How to add the tabs in canvas page(Inviting friends)..? Plz anybody can help to resolve this issue.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;thanks,&lt;br /&gt;Venkat.B&lt;br /&gt;
&lt;/div&gt;</description><author>venkatb</author><pubDate>Mon, 05 May 2008 09:14:04 GMT</pubDate><guid isPermaLink="false">NEW POST: Canvas page tabs (Asp.Net, C#) 20080505A</guid></item><item><title>NEW POST: Error in News Feeds</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27114</link><description>&lt;div class="wikidoc"&gt;
Hi all in my application news feeds are not working well though i have done the basics for that without any errors.&lt;br /&gt; Can any one know how the News feeds work and how many news feeds can we show for an single application?&lt;br /&gt; &lt;br /&gt;Thanks &lt;br /&gt;Narendar&lt;br /&gt;  &lt;br /&gt;
&lt;/div&gt;</description><author>kissu</author><pubDate>Mon, 05 May 2008 08:16:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Error in News Feeds 20080505A</guid></item><item><title>NEW POST: Wrong password shows 'KEYS' is undefined</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=27072</link><description>&lt;div class="wikidoc"&gt;
Using the FacebookDesktopSample, if you input a valid username and invalid password and click Login, eventually you will get a popup stating 'KEYS' is undefined.  Clicking yes, makes it so you eventually get the Facebook invalid username/password screen.  Regardless, that popup shouldn't be occurring.   Any idea why this is occurring and what the fix is?&lt;br /&gt; &lt;br /&gt;Details of the popup:&lt;br /&gt;Internet explorer script error&lt;br /&gt;line: 9&lt;br /&gt;char: 1&lt;br /&gt;error: 'KEYS' is undefined&lt;br /&gt;Code: 0&lt;br /&gt;URL: https://login.facebook.com/login.php?popup=1&lt;br /&gt;
&lt;/div&gt;</description><author>BSOD2600</author><pubDate>Sun, 04 May 2008 03:19:16 GMT</pubDate><guid isPermaLink="false">NEW POST: Wrong password shows 'KEYS' is undefined 20080504A</guid></item><item><title>NEW POST: getElementById not working in child page</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=25828</link><description>&lt;div class="wikidoc"&gt;
sorry i didn't clear this up. I figured this out sometime ago.&lt;br /&gt;
&lt;/div&gt;</description><author>cellis3306</author><pubDate>Sat, 03 May 2008 13:58:03 GMT</pubDate><guid isPermaLink="false">NEW POST: getElementById not working in child page 20080503P</guid></item><item><title>NEW POST: getElementById not working in child page</title><link>http://www.codeplex.com/FacebookToolkit/Thread/View.aspx?ThreadId=25828</link><description>&lt;div class="wikidoc"&gt;
That should work, are you using a MasterPage?&lt;br /&gt;thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>Fruber</author><pubDate>Sat, 03 May 2008 11:35:17 GMT</pubDate><guid isPermaLink="false">NEW POST: getElementById not working in child page 20080503A</guid></item></channel></rss>