This document summarizes how to develop Facebook applications by exploring the Facebook platform. It discusses registering an application, integrating various points like the application directory and profile pages, and how to create a simple application. The presentation provides an overview of the Facebook platform and APIs, and references for further information.
1 of 25
Downloaded 140 times
More Related Content
Introduction to Facebook Application development
1. Developing Facebook Application Explore the power of Facebook platform Presented at 2 nd edition of Facebook Developer Garage, Chennai By Vasanth (@vasanthgvk)
2. AGENDA The Opportunity What is Facebook Platform? Know about .. How it works Registering an application Create a simple Application References
5. What is Facebook Platform? The 'Facebook Platform' is a set of application programming interfaces (APIs) and services provided by Facebook which makes this information available to Platform Applications and allows Facebook and third-party developers ('Developers') to develop new features and applications that we hope will enhance your ability to interact with people in your life in new and interesting ways In Simple terms¡ Lets third-party developers to plug into FB Deep integration (platform > API) REST API Markup (FBML) Query (FQL) fbjs
6. Integration Points on framework Include in the Application directory Provide an About page Applications Canvas Page Appear in the left navigation panel Display a Profile page Access and Post to News feeds Send Email alerts
18. Registering an Application Add an email address that you want to use for technical support issues In the Callback URL field, enter the base URL for your application In the Canvas Page URL field, enter the subfolder name that you would like to request for your Facebook application Select the Use FBML and Website option button In the Side Nav URL field, enter the canvas page URL of your application E.g. http://apps.facebook.com/yourapp Click the submit button, you will get the API Key. save them for next step