RESTful web APIs are typically loosely based on HTTP methods to access resources via URL-encoded parameters and the use of JSON or XML to transmit data. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API helps to communicate betwee [...]
Category: API
REST stands for Representational State Transfer. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API help to communicate between the client app and the server application.REST is an architecture
style for designing networked ap [...]
PHP Facebook Graph API allows users to login in a web application with Facebook credentials. In this tutorial, you will learn how to build a Login with Facebook Account using PHP. This is a very simple example, you can just copy-paste, and change according to your requirement.
[...]
PHP Google OAuth API allows users to login in a web application with Google credentials. In this tutorial, you will learn how to build a Login with Google Account using PHP SDK.This is a very simple example, you can just copy-paste, and change according to your requirement.
[...]
SERP stands for Search Engine Results Pages.The SERP API allows one to scrap data from search engine results and use the same in web applications. It returns real-time results from search engines like (Google, Bing, etc.) based upon the query specified in the API settings. The SERP API is very [...]
REST stands for Representational State Transfer. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API helps to communicate between the client app and the server application. REST is an architecture style for designing networked appli [...]
Facebook is the most popular social media network. Post to Facebook wall is useful when you want to post dynamic content to Facebook from the web application. In this tutorial, we will explain how to post activity on Facebook wall using PHP and Facebook API. This is a very simple example, yo [...]
Event Calendar is an important feature of web applications to allow users to add, edit, and display events in a Calendar. A FullCalendar is an open-source jQuery Library and that provides to create an event in the calendar and you can easily customize the library event. It also supports event [...]
REST stands for Representational State Transfer. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API help to communicate between the client app and the server application.REST is an architecture style for designing networked applica [...]
WHOIS (pronounced as the phrase "who is") is a query and response protocol that is widely used for querying databases that store the registered users or assignees of an Internet resource, such as a domain name, an IP address block or an autonomous system, but is also used for a wider range of [...]