📜 ⬆️ ⬇️

Facebook SDK Overview

image This tool is provided as the Facebook Client Library, just like the PHP and JavaScript libraries. The goal is to provide .NET developers with quick and easy use of the various features of the Facebook platform. This developer package has evolved some time after joining the development of the community and Microsoft. The latest revision (v3.0) includes new architectural improvements and provides asynchronous interfaces for operation from Silverlight and WPF.

The main entry point is the API (Facebook.Rest.Api) class in the Facebook.dll assembly. This class wraps the Facebook REST API and provides an easy-to-use interface calling the various methods available in the Facebook API. It also provides examples and tools to help develop Facebook applications on different .NET platforms: ASP.NET, SIlverlight, WPF and WinForms. In addition, complete source code for the API, components, controls, and examples is provided.

The toolkit consists of the following libraries:

To get started, download the SDK , then read the documentation.
Useful links:

An example of Silverlight and WPF Facebook applications.

')

Source: https://habr.com/ru/post/74859/


All Articles