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. But, it definitely meets the demand. In this tutorial, i will try to explain using fql in your .NET application with c# code … [Read more...] about Using FQL With Facebook C# SDK
“Facebooksdk” – C#.NET Library For Facebook API
If you are already developing a Facebook application on the .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 themselves that consume times/complexity in development and also be less stable. However, the developers' community has helped … [Read more...] about “Facebooksdk” – C#.NET Library For Facebook API
Getting Started With Facebook Javascript API
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. Facebook API isn't different from that also. They do have a robust implementation of JavaScript API to access their data. In this … [Read more...] about Getting Started With Facebook Javascript API
Beginning With Facebook Graph API C#.NET
What is Facebook Graph API?: Facebook Graph API is one that Facebook supports, but it's the major/core API with which most of the functionality can be implemented that Facebook provides support for third-party applications. So, anybody interested in creating a Facebook application must have knowledge of graph API. Besides retrieving/reading data from Facebook, this also … [Read more...] about Beginning With Facebook Graph API C#.NET
Important Factors On Facebook API Authentication
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 developing an facebook application, where couple of things must be noticed very carefully for creating the process in the most … [Read more...] about Important Factors On Facebook API Authentication