Using FQL With Facebook C# SDK

Facebook Api Tutorial In C#

Full meaning of FQL is 'Facebook Query Language'. This is used to retrieve filtered data from facebook api similarly as sql query works with database. You won't find it exactly like SQL query syntax all the time, and not all kind of operations too. … [Read more...]

“Facebooksdk” – C#.NET Library For Facebook API

Facebooksdk C#

If you are already developing facebook application in .NET platform, you must have noticed that, the official c# sdk for facebook api isn't quite enough for most of the developers as still many common implementations are to be handled by developers … [Read more...]

Getting Started With Facebook Javascript API

Facebook API Tutorials

Now a days, most of the web-based developers, whatever platform they works/specialized on (backend/front end/php/asp.net etc), do posses some JavaScript knowledge. Also, in almost all third-party apis, JavaScript implementation is very common. … [Read more...]

Beginning With Facebook Graph API C#.NET

Facebook C#

What is Facebook Graph API?: Facebook graph API is one that Facebook supports, but its the major/core API with which most of the functionality can be implemented that Facebook provides supports for third-party applications.So, anybody interested to … [Read more...]

Important Factors On Facebook API Authentication

Facebook API Tutorials

As a general facebook user, when we go to use an facebook application, we get an window titled 'Request For Permission' . After clicking 'Allow' button, we can enter the application. This is an very usual scenario. Its a very important stage for … [Read more...]

Get Facebook C# Api Access Token

Facebook C#

Facebook team launched Facebook API client in c#, but this library doesn't give any functionality to Receive the access token for the API which is required to request authenticated information of a user. So, c# developers of Facebook api can use this … [Read more...]