.NET Libraries
Computer Beacon publishes .NET Framework libraries written in C#. These libraries are meant to simplify development of various .NET applications. Current
published libraries include:
Facebook Graph Toolkit
Facebook Graph Toolkit allows .NET developers to integrate their applications into the Facebook platform easily. Features include OAuth 2.0, Graph Api and FQL.
The library also simplifies development by providing design-time support of strongly typed Graoh Api objects with Intellisense comments, meaning that developers
no longer have to look up details in the messy Facebook Developers Wiki.
JSON Toolkit
JSON Toolkit is a library that can read JSON encoded data, a common way of describing objects on the internet. Facebook Graph Toolkit is powered by the JSON
Toolkit which can deserialize data returned by Facebook. The library can also be used indepently as a means of serializing objects for transmission or storage.