Jumat, 05 Agustus 2011

[I260.Ebook] PDF Ebook Facebook Application Development, by Nick Gerakines

PDF Ebook Facebook Application Development, by Nick Gerakines

Downloading guide Facebook Application Development, By Nick Gerakines in this web site listings can provide you much more benefits. It will reveal you the most effective book collections as well as completed collections. Many publications can be located in this website. So, this is not only this Facebook Application Development, By Nick Gerakines Nonetheless, this publication is described check out due to the fact that it is an inspiring publication to offer you more chance to obtain encounters and also ideas. This is simple, check out the soft file of the book Facebook Application Development, By Nick Gerakines as well as you get it.

Facebook Application Development, by Nick Gerakines

Facebook Application Development, by Nick Gerakines



Facebook Application Development, by Nick Gerakines

PDF Ebook Facebook Application Development, by Nick Gerakines

Facebook Application Development, By Nick Gerakines In fact, publication is really a home window to the world. Even many people may not like reading publications; guides will certainly still offer the exact details regarding reality, fiction, encounter, journey, politic, religion, and also more. We are here a website that gives compilations of publications more than the book store. Why? We give you great deals of varieties of connect to obtain the book Facebook Application Development, By Nick Gerakines On is as you need this Facebook Application Development, By Nick Gerakines You can find this publication effortlessly right here.

Well, e-book Facebook Application Development, By Nick Gerakines will make you closer to exactly what you want. This Facebook Application Development, By Nick Gerakines will certainly be always buddy whenever. You may not forcedly to constantly finish over reading a book simply put time. It will be just when you have downtime and investing couple of time to make you really feel satisfaction with exactly what you review. So, you can get the meaning of the message from each sentence in the e-book.

Do you recognize why you must review this site and just what the connection to reviewing e-book Facebook Application Development, By Nick Gerakines In this modern-day period, there are several methods to acquire the book as well as they will be considerably less complicated to do. One of them is by obtaining guide Facebook Application Development, By Nick Gerakines by on the internet as what we tell in the link download. The publication Facebook Application Development, By Nick Gerakines can be a choice considering that it is so proper to your need now. To get the publication on the internet is very easy by simply downloading them. With this chance, you could check out the book anywhere as well as whenever you are. When taking a train, hesitating for checklist, and also waiting for someone or various other, you can review this on the internet e-book Facebook Application Development, By Nick Gerakines as a buddy once again.

Yeah, reading an e-book Facebook Application Development, By Nick Gerakines could include your buddies lists. This is among the formulas for you to be successful. As known, success does not indicate that you have excellent points. Recognizing and understanding more than various other will give each success. Beside, the notification and also perception of this Facebook Application Development, By Nick Gerakines can be taken as well as selected to act.

Facebook Application Development, by Nick Gerakines

  • The wildly popular Facebook social networking platform has published an open Application Programming Interface (API) and developers are eating it up--60,000 signed up to use it in the first few days; with this API, any programmer can create applications and new features for Facebook
  • Explores and explains the components available to programmers, including working with Facebook Markup Language (FBML), querying Facebook with FQL, application layout and flow, advanced configuration and performance tuning, and more
  • Businesses such as NBC, Yahoo!, Red Bull, Forbes, and the Washington Post are building branded applications to reach the growing Facebook community

  • Sales Rank: #2628490 in Books
  • Published on: 2008-05-05
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.20" h x .80" w x 7.40" l, 1.16 pounds
  • Binding: Paperback
  • 330 pages

Review
"This is a classic presentation that underlines its [Wrox] quality and standing in the computing world."�(The Bookseller, Friday 14th March 2008)

From the Back Cover
Facebook Application Development

Developing Facebook applications requires a different way of thinking than traditional web site development. This book guides you step by step through the process, covering topics and theory that can be applied immediately. It also highlights the various challenges and possibilities that you may encounter as you create your own feature-rich Facebook applications.

The author begins with a look at the Facebook Platform and explores the Facebook application basics. Next, he provides you with an example application to demonstrate some of the introductory concepts. The core components of the Facebook Platform are also presented along with examples and common use cases. You'll then delve deeper into the Facebook Platform to learn how to extend and enhance the applications you've already built.

This book will help you complete several introductory projects and progress to more advanced concepts. It arms you with the tools and know-how to inject new features and content into the Facebook environment.

What you will learn from this book

  • How to create, configure, and develop an application on the Facebook Platform

  • Techniques for using Facebook API requests and responses as well as method definitions

  • Tips for working with Facebook Markup Language (FBML)

  • How to query Facebook using the Facebook Query Language (FQL)

  • Methods for utilizing the community-supported wiki and bug-tracker

  • How to integrate automated and scheduled tasks

  • Strategies to develop customized features for your application

Who this book is for
This book is for programmers who are new to the Facebook Platform or who have had some experience with it and want to go further. You should have an understanding of basic web technologies as well as some web development experience.

Wrox guides are crafted to make learning programming languages and technologies easier than you think. Written by programmers for programmers, they provide a structured, tutorial format that will guide you through all the techniques involved.

About the Author
Nick Gerakines is a software engineer at Yahoo! in San Francisco, California where he works on del.icio.us and contributes to numerous other projects and Facebook applications. In addition, he has written several Facebook applications of his own, including the popular I Play WoW application. He is an active member of the Facebook developer community and writes frequently on the topic. He lives in Mountain View, California with his wife, Carolyn, and daughter, Vanessa.

Most helpful customer reviews

14 of 14 people found the following review helpful.
Acceptable, not Exceptional, Resource
By Christopher
I'm relatively new to Facebook development, and not nearly as fluent with PHP as I'm sure many of the folks considering this book must be. So, you should probably read this review with that in mind.

I bought this and FBML Essentials at the same time, hoping that the two together would provide a sufficient understanding of the api and mark-up language. This book, as described by the other reviewers, has many typographical errors, which of course can be a nightmare if you're relatively low on the learning curve (as I am/was). If you choose to buy this book, you should most certainly download the source code from the wrox site to accompany your reading (as it seems it to be error free and because the code snippets in the book often leave critical methods and files out.)

The greatest shortcoming of this book is its lack of applied examples... many of the more advanced features in later chapters are listed in almost dictionary-style format, with no illustration or example code to explain how the methods and such are actually written and how they might be applied. Again, if you're well acquainted with php, you may be less in the dark than I and thus able to conceptualize how everything fits together. This is definitely NOT a book for novices (I found the O'Reilly book, although short, to be a more effective introduction to development via FBML in this respect (though it doesn't touch much upon the api and other more sophisticated techniques broached in this text.)

That said, the fact that there is such scant information available for Facebook development make this book worth your consideration; but I would definitely consider supplementing it with a book like O'Reilly's, and couple it with a pretty thorough acquaintance with the developer's wiki on Facebook. Even downloading and stepping line-by-line through the footprints application from Facebook will help you get the sense of how this stuff works.

Also be forewarned that this, and most of the books presently available, are not written for the new Facebook API written this summer (2008)... so methods like require_add() are no longer recognized and throw errors... this of course can be quite confusing if you're new to all of this.

Using this book, the wiki, and O'Reilly text, I was able to make my first Facebook App that lets users feature a particular video pertaining to a charitable cause from a small library in their profile boxes and application tabs. If you're trying to do something basic like that, you should be able to do so with these resources. Good luck!

15 of 17 people found the following review helpful.
Poorly edited - full of annoying little errors
By A. Andrews
I found this book to be a barely acceptable reference, but only because the Facebook documentation is so bad. The book is full of annoying little errors in the text and sample code. For example, a section on FBML tags for navigation starting on page 51 promises a more complete discussion of the topic in chapter 10, which turns out to be about external application development.

1 of 1 people found the following review helpful.
Ok, but nowhere near worth its selling price
By John Licato
As already stated, there are lots of little errors, more than a few of them that should have been caught. It's very clear that this book was written in a hurry, and it's very much a reference book and not a very good how-to guide. You're gonna need to know php, obviously you'll need to know HTML, and it's best that you are familiar with javascript and perhaps some AJAX will help as well. Even so, the book is disorganized in such a way that I've frequently come across things that I don't remember him describing, so I'd look it up in the index and not find it there. So I'd end up having to use google to find examples and explanations, making me wonder why I bought this book in the first place.

See all 9 customer reviews...

Facebook Application Development, by Nick Gerakines PDF
Facebook Application Development, by Nick Gerakines EPub
Facebook Application Development, by Nick Gerakines Doc
Facebook Application Development, by Nick Gerakines iBooks
Facebook Application Development, by Nick Gerakines rtf
Facebook Application Development, by Nick Gerakines Mobipocket
Facebook Application Development, by Nick Gerakines Kindle

Facebook Application Development, by Nick Gerakines PDF

Facebook Application Development, by Nick Gerakines PDF

Facebook Application Development, by Nick Gerakines PDF
Facebook Application Development, by Nick Gerakines PDF

Tidak ada komentar:

Posting Komentar