April 10, 2011
Facebook query language[FQL] is the SQL styled query language used to fetch the data from the graph api which we can tweak to build an application. Before beginning you need to know the basics of graph api and facebook platform which can be explained by this article. Facebook ‘s FQL is the easy way to fetch the information needed by your application.The query language is easily understandable since it resembles the SQL. We are going to create [...]
March 9, 2011
Google announced API explorer to help new developers to get started with Google API without any programming.The latest tool from google aimed at new developers wanting to try out Google API’s right from the browser.You can execute the api calls and can analyse the response data that help you learn API’s working.