Showing posts with label FBJS. Show all posts
Showing posts with label FBJS. Show all posts

Thursday, May 22, 2008

next article in Developing Facebook Application with FBML FBJS FQL and .NET series at CodeProject

see at Developing Facebook Application with .NET - part 2

next article in Developing Facebook Application with FBML FBJS FQL and .NET series

next article in Developing Facebook Application with FBML FBJS FQL and .NET series:


ASP.NET - using FBML Tabs - <fb-tabs/> and <fb:tab-item/> in ASP.NET

ASP.NET - using <fb:request-form/> in ASP.NET

ASP.NET - building Invite page with FBML multi friend selector from ASP.NET

access Facebook Data from ASP.NET (C#) using FQL and DirectFQLQuery()

ASP.NET - update Facebook user profile using SetFBML, <fb:subtitle/>, <fb:wide/> in ASP.NET

ASP.NET - update Facebook user profile using <fb:ref/>, SetRefHandle

ASP.NET - build scheduled updates for Facebook - "cron job" for Facebook using ASP.NET

ASP.NET - populate user profile mini-feed using PublishAction(), Feed.publishActionOfUser using ASP.NET

ASP.NET - handle Application unsintall/remove using Post Remove URL in ASP.NET

Exception handling -> "bubble up

Exception handling -> "bubble up" Exception handling (#1) try { ... // might fail ... } ca...