Download fbasync - An Asynchronous Facebook API for .NET
Description
fbasync is a fully asynchronous library for .NET designed to be scalable and performant, for those of us that want to build large scale Facebook applications. After developing software with the Facebook Developer Toolkit it became clear that a new library would have to be writ...
Source Files
The download file fbasync.zip has the following entries.
trunk/.gitignore/*from w w w . j a v a2 s . c o m*/
trunk/LICENSE.txt
trunk/README.txt
trunk/TODO.txt
trunk/fbasync.sln
trunk/fbasync.tests/Properties/AssemblyInfo.cs
trunk/fbasync.tests/UtilityTests.cs
trunk/fbasync.tests/bin/nunit.framework.dll
trunk/fbasync.tests/fbasync.tests.csproj
trunk/fbasync.tests/test.xml
trunk/fbasync.web/AlbumBrowse.aspx
trunk/fbasync.web/AlbumBrowse.aspx.cs
trunk/fbasync.web/AlbumBrowse.aspx.designer.cs
trunk/fbasync.web/App_Data/fbasync_data.xml
trunk/fbasync.web/App_GlobalResources/Resource.Designer.cs
trunk/fbasync.web/App_GlobalResources/Resource.resx
trunk/fbasync.web/App_LocalResources/TemplateEditor.aspx.resx
trunk/fbasync.web/ApplicationConfigHandler.cs
trunk/fbasync.web/Controls/App_LocalResources/Pager.ascx.resx
trunk/fbasync.web/Controls/ApplicationManager.cs
trunk/fbasync.web/Controls/BaseUserControl.cs
trunk/fbasync.web/Controls/ErrorText.ascx
trunk/fbasync.web/Controls/ErrorText.ascx.cs
trunk/fbasync.web/Controls/ErrorText.ascx.designer.cs
trunk/fbasync.web/Controls/Pager.ascx
trunk/fbasync.web/Controls/Pager.ascx.cs
trunk/fbasync.web/Controls/Pager.ascx.designer.cs
trunk/fbasync.web/Controls/Shared.cs
trunk/fbasync.web/Controls/TemplateEditor/App_LocalResources/ApplicationList.ascx.resx
trunk/fbasync.web/Controls/TemplateEditor/App_LocalResources/StoryTemplateBundleItem.ascx.resx
trunk/fbasync.web/Controls/TemplateEditor/App_LocalResources/StoryTemplateItem.ascx.resx
trunk/fbasync.web/Controls/TemplateEditor/App_LocalResources/TemplateEditorMenu.ascx.resx
trunk/fbasync.web/Controls/TemplateEditor/ApplicationList.ascx
trunk/fbasync.web/Controls/TemplateEditor/ApplicationList.ascx.cs
trunk/fbasync.web/Controls/TemplateEditor/ApplicationList.ascx.designer.cs
trunk/fbasync.web/Controls/TemplateEditor/ApplicationTemplates.ascx
trunk/fbasync.web/Controls/TemplateEditor/ApplicationTemplates.ascx.cs
trunk/fbasync.web/Controls/TemplateEditor/ApplicationTemplates.ascx.designer.cs
trunk/fbasync.web/Controls/TemplateEditor/StoryTemplateBundleItem.ascx
trunk/fbasync.web/Controls/TemplateEditor/StoryTemplateBundleItem.ascx.cs
trunk/fbasync.web/Controls/TemplateEditor/StoryTemplateBundleItem.ascx.designer.cs
trunk/fbasync.web/Controls/TemplateEditor/StoryTemplateItem.ascx
trunk/fbasync.web/Controls/TemplateEditor/StoryTemplateItem.ascx.cs
trunk/fbasync.web/Controls/TemplateEditor/StoryTemplateItem.ascx.designer.cs
trunk/fbasync.web/Controls/TemplateEditor/TemplateEditorMenu.ascx
trunk/fbasync.web/Controls/TemplateEditor/TemplateEditorMenu.ascx.cs
trunk/fbasync.web/Controls/TemplateEditor/TemplateEditorMenu.ascx.designer.cs
trunk/fbasync.web/Controls/TemplateEditor/TextEditBox.ascx
trunk/fbasync.web/Controls/TemplateEditor/TextEditBox.ascx.cs
trunk/fbasync.web/Controls/TemplateEditor/TextEditBox.ascx.designer.cs
trunk/fbasync.web/Dashboard.aspx
trunk/fbasync.web/Dashboard.aspx.cs
trunk/fbasync.web/Dashboard.aspx.designer.cs
trunk/fbasync.web/Data/TemplateEditorDataAccess.cs
trunk/fbasync.web/Data/TemplateEditorDataSet.Designer.cs
trunk/fbasync.web/Data/TemplateEditorDataSet.xsc
trunk/fbasync.web/Data/TemplateEditorDataSet.xsd
trunk/fbasync.web/Data/TemplateEditorDataSet.xss
trunk/fbasync.web/Default.aspx
trunk/fbasync.web/Default.aspx.cs
trunk/fbasync.web/Default.aspx.designer.cs
trunk/fbasync.web/Global.asax
trunk/fbasync.web/Global.asax.cs
trunk/fbasync.web/Notifications.aspx
trunk/fbasync.web/Notifications.aspx.cs
trunk/fbasync.web/Notifications.aspx.designer.cs
trunk/fbasync.web/Properties/AssemblyInfo.cs
trunk/fbasync.web/Properties/templatemanager.config
trunk/fbasync.web/Scripts/templateEditor.js
trunk/fbasync.web/Scripts/textEditBox.js
trunk/fbasync.web/Stream.aspx
trunk/fbasync.web/Stream.aspx.cs
trunk/fbasync.web/Stream.aspx.designer.cs
trunk/fbasync.web/TemplateEditor.aspx
trunk/fbasync.web/TemplateEditor.aspx.cs
trunk/fbasync.web/TemplateEditor.aspx.designer.cs
trunk/fbasync.web/TemplateManager.aspx
trunk/fbasync.web/TemplateManager.aspx.cs
trunk/fbasync.web/TemplateManager.aspx.designer.cs
trunk/fbasync.web/Web.config
trunk/fbasync.web/fbasync.web.csproj
trunk/fbasync.web/main.css
trunk/fbasync.web/sample.css
trunk/fbasync.webcomponents/FacebookAuthenticationModule.cs
trunk/fbasync.webcomponents/FacebookConnectionExtensions.cs
trunk/fbasync.webcomponents/FacebookPage.cs
trunk/fbasync.webcomponents/Properties/AssemblyInfo.cs
trunk/fbasync.webcomponents/fbasync.webcomponents.csproj
trunk/fbasync/ActionLink.cs
trunk/fbasync/Album.cs
trunk/fbasync/AsyncCompletedEventArgs.cs
trunk/fbasync/AsyncState.cs
trunk/fbasync/AsynchronousException.cs
trunk/fbasync/Attachments.cs
trunk/fbasync/Event.cs
trunk/fbasync/Exceptions/FacebookException.cs
trunk/fbasync/Exceptions/FacebookInvalidAlbumException.cs
trunk/fbasync/Exceptions/FacebookInvalidFqlSyntaxException.cs
trunk/fbasync/Exceptions/FacebookInvalidUserException.cs
trunk/fbasync/Exceptions/FacebookNotVisibleException.cs
trunk/fbasync/Exceptions/FacebookPermissionException.cs
trunk/fbasync/Exceptions/FacebookRequestLimitException.cs
trunk/fbasync/Exceptions/FacebookServiceUnavailableException.cs
trunk/fbasync/Exceptions/FacebookSigningException.cs
trunk/fbasync/Exceptions/FacebookTimeoutException.cs
trunk/fbasync/Exceptions/FacebookUnknownException.cs
trunk/fbasync/ExtendedPermissions.cs
trunk/fbasync/FacebookConnection.Dashboard.cs
trunk/fbasync/FacebookConnection.cs
trunk/fbasync/FacebookEntity.cs
trunk/fbasync/Group.cs
trunk/fbasync/InfoSection.cs
trunk/fbasync/LazyAsyncResult.cs
trunk/fbasync/LazyInit.cs
trunk/fbasync/Log.cs
trunk/fbasync/News.cs
trunk/fbasync/Photo.cs
trunk/fbasync/Properties/AssemblyInfo.cs
trunk/fbasync/Schema.cs
trunk/fbasync/StoryTemplate.cs
trunk/fbasync/StoryTemplateBundle.cs
trunk/fbasync/Tokens.cs
trunk/fbasync/User.cs
trunk/fbasync/Utility.cs
trunk/fbasync/Venue.cs
trunk/fbasync/fbasync.csproj
Download
Click the following link to download fbasync.zip.
fbasync.zip