Facebook Apps Development with OAuth
Nowadays Facebook apps are very popular among the people. There are various types of apps developed by many people. These apps are built most of the time for entertaining purposes. If you have a Facebook account you can access that app without any issue. But do you know how we able to access an app which was developed by unknown person? That’s the point the OAuth word comes to our topic. Actually what is this OAuth or Open Authorization mean? OAuth is a framework for delegated authorization. It’s a protocol to access an external party. It allows an end user’s account information to be used by third-party services, such as Facebook / Twitter, without exposing the user’s password. Let's see how this OAuth protocol is work.. (Have look at on this diagram) In this blog post I’m going to show you how to create a simple Facebook application using OAuth. Step 1: Registering the Client App in Facebook Developer Website First g...