<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Facebook.NET</title><link>http://www.codeplex.com/FacebookNET/Project/ProjectRss.aspx</link><description>Facebook.NET is a framework for creating Facebook applications in .NET in either C&amp;#35; or VB.NET. It is optimized for creating ASP.NET-based Facebook applications, and at the same time, can also be us...</description><item><title>NEW POST: invite friends to application using iframe</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=22834</link><description>&lt;div style="line-height: normal;"&gt;I'm really interested in this as well. SendRequest has been depriciated.&lt;br&gt;
&lt;/div&gt;</description><author>UnclRico</author><pubDate>Wed, 14 May 2008 02:05:25 GMT</pubDate><guid isPermaLink="false">NEW POST: invite friends to application using iframe 20080514A</guid></item><item><title>NEW POST: FQL Execute Query</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=22567</link><description>&lt;div style="line-height: normal;"&gt;It was pretty hard to find out what to do with the result of an Fql.ExecuteQuery, but I managed to find out.&lt;br&gt;
So I share it:&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;public&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;static&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;IEnumerable&lt;/span&gt;&lt;span style="font-size:13px"&gt; FqlQuery(&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;string&lt;/span&gt;&lt;span style="font-size:13px"&gt; query, Facebook.Web.&lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;FacebookApplication&lt;/span&gt;&lt;span style="font-size:13px"&gt; fbApplication)
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;return&lt;/span&gt;&lt;span style="font-size:13px"&gt; fbApplication.Service.Fql.ExecuteQuery(query) &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;as&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;IEnumerable&lt;/span&gt;&lt;span style="font-size:13px"&gt;;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;and an example of use:
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;IEnumerable&lt;/span&gt;&lt;span style="font-size:13px"&gt; friends = &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;Repository&lt;/span&gt;&lt;span style="font-size:13px"&gt;.FqlQuery(&lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;SELECT uid, name FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + fb_uid + &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;)&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt;, fbApplication);
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;foreach&lt;/span&gt;&lt;span style="font-size:13px"&gt; (&lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;IDictionary&lt;/span&gt;&lt;span style="font-size:13px"&gt; friend &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;in&lt;/span&gt;&lt;span style="font-size:13px"&gt; friends) { uid = friend[&amp;quot;uid&amp;quot;]; }
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>fatidik</author><pubDate>Tue, 13 May 2008 08:49:38 GMT</pubDate><guid isPermaLink="false">NEW POST: FQL Execute Query 20080513A</guid></item><item><title>NEW POST: Friends feed notification &amp; PublishMiniFeedStory</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=27587</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
&lt;br&gt;
I'm using PublishMiniFeedStory but the items are not appearing in the friend's feeds.&lt;br&gt;
&lt;br&gt;
I've registered a template for the application, and the app is already live (i.e. its been submitted to FaceBook).&lt;br&gt;
&lt;br&gt;
I've seen some documentation recommending the use of PublishTemplatizedAction, but that call doesn't seem to be in the API.&lt;br&gt;
&lt;br&gt;
Any recommendations?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Bradley
&lt;/div&gt;</description><author>bradbox</author><pubDate>Mon, 12 May 2008 21:57:04 GMT</pubDate><guid isPermaLink="false">NEW POST: Friends feed notification &amp; PublishMiniFeedStory 20080512P</guid></item><item><title>NEW POST: notifications.sendEmail</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26788</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Rebuild change set 18005 here and use the sendemail method.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>davleus</author><pubDate>Mon, 12 May 2008 21:02:35 GMT</pubDate><guid isPermaLink="false">NEW POST: notifications.sendEmail 20080512P</guid></item><item><title>NEW POST: Session, iframe, cross domain and opera (also safari)</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=27358</link><description>&lt;div class="wikidoc"&gt;
Ok.. for my problem I found a solution, actually using ViewState resolved the problem. Nevertheless, if I would want to use session later, I might want to know a way around. I found something for php going like this:&lt;br /&gt; &lt;br /&gt;session&lt;i&gt;id($facebook-&amp;gt;api&lt;/i&gt;client-&amp;gt;session_key);&lt;br /&gt;session_start();&lt;br /&gt; &lt;br /&gt;Would it be possible to do something similar for ASP.NET ?&lt;br /&gt;
&lt;/div&gt;</description><author>fatidik</author><pubDate>Thu, 08 May 2008 16:01:00 GMT</pubDate><guid isPermaLink="false">NEW POST: Session, iframe, cross domain and opera (also safari) 20080508P</guid></item><item><title>NEW POST: Session, iframe, cross domain and opera (also safari)</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=27358</link><description>&lt;div class="wikidoc"&gt;
Hello.&lt;br /&gt;I am starting with my application, and it is really giving me headaches :). Everything working then not.. killing me&lt;br /&gt; &lt;br /&gt;My last problem is with session. I want to store in the session a code. It is actually working with IE et FF. But I tried with Opera and Safari and it did not work. The session ID is changed on every postback. It is actually working when I am running it outside the iframe. But when it's inside not. I would say it comes maybe from security measures in Opera and Safari when you have cross domain iframe. Am I right ? What should I do ?&lt;br /&gt;I tried cookies also, but it is not working, they are not held.&lt;br /&gt; &lt;br /&gt;I am sure I am not the only one to use iframe here, nor the only one to want to use session with. So what is the turn around ?&lt;br /&gt;So, thanks in advance!&lt;br /&gt;
&lt;/div&gt;</description><author>fatidik</author><pubDate>Thu, 08 May 2008 14:27:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Session, iframe, cross domain and opera (also safari) 20080508P</guid></item><item><title>NEW POST: Where is the documentation ?</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26460</link><description>&lt;div class="wikidoc"&gt;
thanks! it was helpful :)&lt;br /&gt;i should look more at the facebook wiki :)&lt;br /&gt;thanks both of you ;)&lt;br /&gt;
&lt;/div&gt;</description><author>fatidik</author><pubDate>Thu, 08 May 2008 13:43:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Where is the documentation ? 20080508P</guid></item><item><title>NEW POST: Profile box not showing dynamic content after re-arranging</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26706</link><description>&lt;div class="wikidoc"&gt;
Any ideas why my friends cannot see the application box on my profile ?&lt;br /&gt;
&lt;/div&gt;</description><author>zubairdotnet</author><pubDate>Mon, 05 May 2008 06:46:02 GMT</pubDate><guid isPermaLink="false">NEW POST: Profile box not showing dynamic content after re-arranging 20080505A</guid></item><item><title>NEW POST: Invite Friend Page to Install Application.</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=27052</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I am using IFrame. How can i use Facebook Invite Friend page to Install Application with IFrame. IFrame do not allow fbml tags. I donot want to do coding for this page as Facebook has allready done this.&lt;br /&gt; &lt;br /&gt;Please give me some example where it is done or guide me how to do it.&lt;br /&gt; &lt;br /&gt;Tarik&lt;br /&gt;
&lt;/div&gt;</description><author>tarik</author><pubDate>Sat, 03 May 2008 04:04:15 GMT</pubDate><guid isPermaLink="false">NEW POST: Invite Friend Page to Install Application. 20080503A</guid></item><item><title>NEW POST: Added FB Application redirect to add.php?</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26965</link><description>&lt;div class="wikidoc"&gt;
GREAT - I was using my app's URL instead of the FB APP URL in my fb app settings (and I lower-cased everything to be safe). Thanks for the tips... &lt;br /&gt; &lt;br /&gt;G- &lt;br /&gt;&lt;a href="http://www.cafe.com" class="externalLink"&gt;http://www.cafe.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>GShock</author><pubDate>Fri, 02 May 2008 01:47:40 GMT</pubDate><guid isPermaLink="false">NEW POST: Added FB Application redirect to add.php? 20080502A</guid></item><item><title>NEW POST: Added FB Application redirect to add.php?</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26965</link><description>&lt;div class="wikidoc"&gt;
Hmm.&lt;br /&gt; &lt;br /&gt;Are you trying to debug the application? I frequently see this page when i try to debug locally, but the issue is as simple as clicking the left hand link to open my application.&lt;br /&gt; &lt;br /&gt;As for your users they should see your post-add page provided its configured correctly.&lt;br /&gt; &lt;br /&gt;I have the default postadd.aspx page that came with the framework with just an empty page_load, etc&lt;br /&gt; &lt;br /&gt;As for my Post_add URL , it looks like this&lt;br /&gt; &lt;br /&gt;http://apps.facebook.com/myawesomeapp/install/postadd.aspx&lt;br /&gt; &lt;br /&gt;Remember to keep everything lowercase!&lt;br /&gt; &lt;br /&gt;Hope this helps&lt;br /&gt;
&lt;/div&gt;</description><author>cellis3306</author><pubDate>Thu, 01 May 2008 23:52:43 GMT</pubDate><guid isPermaLink="false">NEW POST: Added FB Application redirect to add.php? 20080501P</guid></item><item><title>NEW POST: Added FB Application redirect to add.php?</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26965</link><description>&lt;div class="wikidoc"&gt;
Hi, &lt;br /&gt; &lt;br /&gt;Is there anybody else out there having the same problem? When a user adds my application to their profile, they get redirected to add.php?api_key=&lt;a href="http://www.codeplex.com/FacebookNET/Wiki/View.aspx?title=some_api_key"&gt;some_api_key&lt;/a&gt;&amp;amp;v=1.0 and see the following message:&lt;br /&gt; &lt;br /&gt;You've already added &lt;a href="http://www.codeplex.com/FacebookNET/Wiki/View.aspx?title=MyFbApplicationName"&gt;MyFbApplicationName&lt;/a&gt; to your Facebook applications.&lt;br /&gt;Visit the My Applications page to adjust your settings or remove this app.&lt;br /&gt; &lt;br /&gt;I would like the user to go to my application's default page after they add the app, or even maybe to get redirected to /install/postadd.aspx AS I HAVE CONFIGURED in the application settings page. &lt;br /&gt; &lt;br /&gt;Thanks for the fantastic work on Facebook.NET API Nikhil. Regards, &lt;br /&gt; &lt;br /&gt;PS- below is a similar post, except my login works fine, my problem is after adding the application. &lt;br /&gt;http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=24404&lt;br /&gt;
&lt;/div&gt;</description><author>GShock</author><pubDate>Thu, 01 May 2008 22:19:45 GMT</pubDate><guid isPermaLink="false">NEW POST: Added FB Application redirect to add.php? 20080501P</guid></item><item><title>NEW POST: Profile box not showing dynamic content after re-arranging</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26706</link><description>&lt;div class="wikidoc"&gt;
Thanks for the reply,&lt;br /&gt; &lt;br /&gt;&lt;i&gt;There are FBML tags that can hide the content but I don't know if you're using them without an example of the text you're inserting. Also, can your friends see the application box itself, just not the content?&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;Which FBML tags can hide the content ? After your suggestion above, I omitted the fb:wide or fb:narrow and just use &lt;u&gt;Profile.setFBML(&amp;quot;SOME OF MY CONTENT&amp;quot;, USERID)&lt;/u&gt; to show the content, which is fine when I see my profile, but this &lt;u&gt;application box&lt;/u&gt; doesn't show up when my friends view my profile and not just the content.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;You have to if you want it publicly accessible. I think I'm misunderstanding the question.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;No you're right, I meant to host it publicly when I'm done with development, &lt;i&gt;do you recommend any free hoster of FB apps or in general ?&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>zubairdotnet</author><pubDate>Thu, 01 May 2008 05:18:13 GMT</pubDate><guid isPermaLink="false">NEW POST: Profile box not showing dynamic content after re-arranging 20080501A</guid></item><item><title>NEW POST: mini feed</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26793</link><description>&lt;div class="wikidoc"&gt;
I've only ever experienced the reverse: shows up in the Mini-Feed but not the News Feed. I'm assuming that you don't have the &amp;quot;Private Installation&amp;quot; setting enabled.&lt;br /&gt; &lt;br /&gt;Either way, I'd guess that it's a Facebook issue more than a Facebook.NET matter. Do your post to the Mini-Feed and see what the response is from Facebook for it.&lt;br /&gt; &lt;br /&gt;Bill&lt;br /&gt;
&lt;/div&gt;</description><author>wcbrown</author><pubDate>Wed, 30 Apr 2008 23:11:12 GMT</pubDate><guid isPermaLink="false">NEW POST: mini feed 20080430P</guid></item><item><title>NEW POST: Profile box not showing dynamic content after re-arranging</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26706</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;Why this profile box doesn't show up when my friends view my profile, do they need to install this app?&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;On the profile page, they shouldn't need to install the app. There are FBML tags that can hide the content but I don't know if you're using them without an example of the text you're inserting. Also, can your friends see the application box itself, just not the content?&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;I'm building an Iframe app, is it better to host it on a public server ?&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;You have to if you want it publicly accessible. I think I'm misunderstanding the question.&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;How to list it on FB App Directory ?&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;On the application page in the Developers application, right below the title there's a &amp;quot;Directory Status&amp;quot; label that looks something like this:&lt;br /&gt; &lt;br /&gt;Directory Status: Not Submitted&lt;br /&gt; &lt;br /&gt;Once you have completed your application, you may submit it to our product directory.&lt;br /&gt; &lt;br /&gt;The word submit in the previous sentence is a link to submit. You can't submit until you've gotten five Facebook users to install your app. And then it's subject to review. The review is pretty quick.&lt;br /&gt; &lt;br /&gt;Bill&lt;br /&gt;
&lt;/div&gt;</description><author>wcbrown</author><pubDate>Wed, 30 Apr 2008 22:23:34 GMT</pubDate><guid isPermaLink="false">NEW POST: Profile box not showing dynamic content after re-arranging 20080430P</guid></item><item><title>NEW POST: Profile box not showing dynamic content after re-arranging</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26706</link><description>&lt;div class="wikidoc"&gt;
my bad, thanks for that.&lt;br /&gt; &lt;br /&gt;Couple other newbie questions :)&lt;br /&gt; &lt;br /&gt;Why this profile box doesn't show up when my friends view my profile, do they need to install this app? &lt;br /&gt; &lt;br /&gt;I'm building an Iframe app, is it better to host it on a public server ?&lt;br /&gt; &lt;br /&gt;How to list it on FB App Directory ?&lt;br /&gt;
&lt;/div&gt;</description><author>zubairdotnet</author><pubDate>Wed, 30 Apr 2008 06:26:15 GMT</pubDate><guid isPermaLink="false">NEW POST: Profile box not showing dynamic content after re-arranging 20080430A</guid></item><item><title>NEW POST: Ajax toolkit with IE &amp; Facebook.Net</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=17992</link><description>&lt;div class="wikidoc"&gt;
I applied this fix, remember that you also need to apply the fix to AjaxToolkit (link on Bleroy's post above) to make it work.&lt;br /&gt; &lt;br /&gt;hope it helps&lt;br /&gt;
&lt;/div&gt;</description><author>zubairdotnet</author><pubDate>Wed, 30 Apr 2008 05:54:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Ajax toolkit with IE &amp; Facebook.Net 20080430A</guid></item><item><title>NEW POST: mini feed</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26793</link><description>&lt;div class="wikidoc"&gt;
Well , it definitely is showing up in the News Feed of the recipient (i.e. if you click the facebook logo of my &lt;b&gt;recipient test account&lt;/b&gt;)  but not in the mini feed. ... I registered a Feed Template in the &lt;b&gt;sender test account&lt;/b&gt; ( but not sure if this had anything to do with it working. I also am sure that competing messages will drown it out if its not relevant (my &lt;b&gt;real facebook acct.&lt;/b&gt; did not show it on the news feed ). So, still wondering why the minifeed of the recipient test acct isn't showing it but the news feed is.&lt;br /&gt;
&lt;/div&gt;</description><author>cellis3306</author><pubDate>Wed, 30 Apr 2008 04:41:58 GMT</pubDate><guid isPermaLink="false">NEW POST: mini feed 20080430A</guid></item><item><title>NEW POST: mini feed</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26793</link><description>&lt;div class="wikidoc"&gt;
Oh.&lt;br /&gt; &lt;br /&gt;I didn't know i had to register a template ... i thought the framework just publishedToMiniFeed.... do you have example code of how you would interface with said Template? Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>cellis3306</author><pubDate>Wed, 30 Apr 2008 01:06:18 GMT</pubDate><guid isPermaLink="false">NEW POST: mini feed 20080430A</guid></item><item><title>NEW POST: mini feed</title><link>http://www.codeplex.com/FacebookNET/Thread/View.aspx?ThreadId=26793</link><description>&lt;div class="wikidoc"&gt;
There's two possibilities:&lt;br /&gt; &lt;br /&gt;1) You've got the &amp;quot;Private Installation&amp;quot; setting checked in your application's settings. This setting disables publishing to other users.&lt;br /&gt; &lt;br /&gt;2) There's something at the Facebook level that's restricting things &lt;a href="http://wiki.developers.facebook.com/index.php/Feed.publishTemplatizedAction#Notes" class="externalLink"&gt;http://wiki.developers.facebook.com/index.php/Feed.publishTemplatizedAction#Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Possible candidates:&lt;br /&gt;&amp;quot;Applications are limited to calling this function 10 times for each user or Page in a rolling 48-hour window.&amp;quot;&lt;br /&gt;&amp;quot;The story may or may not show up in the user's friends' News Feeds, depending on the number and quality of competing stories.&amp;quot;&lt;br /&gt;&amp;quot;If a story template is registered and enabled to be shown to all users, it may be shown to the user's friends that do not have the application installed.&amp;quot;&lt;br /&gt; &lt;br /&gt;(On the last candidate, you may not have registered your template for your application. It's under &amp;quot;Feed Templates&amp;quot; in your application page.&lt;br /&gt; &lt;br /&gt;Bill&lt;br /&gt;
&lt;/div&gt;</description><author>wcbrown</author><pubDate>Tue, 29 Apr 2008 15:59:16 GMT</pubDate><guid isPermaLink="false">NEW POST: mini feed 20080429P</guid></item></channel></rss>