Start reading Flash Facebook Cookbook on your Kindle in under a minute. Don't have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
Flash Facebook Cookbook
 
 

Flash Facebook Cookbook [Kindle Edition]

James Ford

Digital List Price: £19.56 What's this?
Print List Price: £30.99
Kindle Price: £15.65 includes VAT* & free wireless delivery via Amazon Whispernet
You Save: £15.34 (49%)
Unlike print books, digital books are subject to VAT.

Formats

Amazon Price New from Used from
Kindle Edition £15.65  
Paperback £29.44  

Product Description

Product Description

Written in a cookbook style, this book offers solutions using a recipe-based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. This Cookbook is targeted towards those with at least a basic understanding of the Flash Builder IDE and the Flex framework. No prior knowledge of the Facebook APIs is assumed or required. If you want to start building Flash Facebook apps quickly and effectively this is the book for you.

About the Author

James Ford



James Ford lives and works in the relatively sedate Midlands of England, and is constantly thankful that he doesn't have to contend with public transport or large volumes of traffic on a regular basis. Occasionally being stuck behind a tractor for several miles is a small price to pay for that! Macromedia Flash 8 represented his first serious interaction with a programming language, an epiphany whereupon his BA in Design for Interactive Media became far more focused on the Programming side of things than the Art (although it turned out okay).


He considers himself to be fortunate to have encountered the Flash Platform when he did, as during that time between first contact and today, the Flash Platform has evolved at just the right pace to enable him to keep up with the latest shiny new features.


In addition to developing Facebook-integrated Flash Player applications, James has also developed a few AIR applications, built a couple of Apps for iOS and Android devices, helped develop a load of websites, and blogs about all of this on his website: psyked.co.uk.


Product details

  • Format: Kindle Edition
  • File Size: 3239 KB
  • Print Length: 390 pages
  • Page Numbers Source ISBN: 1849690723
  • Publisher: Packt Publishing (25 Aug 2011)
  • Sold by: Amazon Media EU S.à r.l.
  • Language English
  • ASIN: B005JYRL0E
  • Text-to-Speech: Enabled
  • Amazon Bestsellers Rank: #388,238 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Customer Reviews

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  3 reviews
Very useful resource for Flash developers looking to develop for the Facebook platform 19 Nov 2011
By Daniel Albu - Published on Amazon.com
Format:Paperback
Packt Publishing asked me to review their book: Flash Facebook Cookbook.
Since I developed quite a few Facebook apps using Flash, it was interesting for me to see what this book had to offer.

I began developing Facebook apps using Flash back in early 2009, when Adobe & Facebook released the Facebook AS3 API.
Back then, the AS3 API worked with the old Facebook REST API and was quite limited and very cumbersome.
The GRAPH API, which was introduced in 2010, brought along many new features which were previously unavailable and the Flash Facebook Cookbook seems to cover everything that the GRAPH API has to offer!

The first few chapters of the book cover the basics of Facebook development and can help developers that are complete strangers to the Facebook platform to take their first steps in becoming Facebook developers.
Later on the book starts to cover more advanced features such as reading / writing data to your feed, accessing photos, retrieving data by using FQL (FQL is database-style approach to loading data from the Facebook API) and even dedicates a chapter to the UI changes required in order to give the application a "Facebook" look & feel.

The cookbook format of the book can easily appeal to both beginners and more advanced developers as it allows the reader to choose the required code snippet according to the task at hand.
All in all, the book is a great resource for developers looking to expand their Flash-based applications & games with the social features that Facebook has to offer.
I "Like this" book 7 Nov 2011
By Krzysztof Satola - Published on Amazon.com
Format:Paperback
There is a place on the web were milions of people spend their time colaborating and clicking "Like this" buttons. The place is very popular so you can also find there Flash applications. Some of you might even think that it could be cool to create some Flash apps or games and publish them to this place. It could pay off, too. This place is called Facebook... Surprise!

Facebook and Flash (Flex, AIR) are good friends for some time now. For Flash and other web technologies Facebook team created an API. You can start working with the Facebook ActionScript 3 SDK (utilizing Facebook API) easily by reading Flash Facebook Cookbook by James Ford. The book contains over 60 recipes for integrating Flash applications with the Graph API and Facebook. It can also guide you through the Facebook philosophy and process: including the concept of setting everything up, working with Facebook specifics like authentication (using OAuth 2.0 protocol) or permissions, working with Graph API objects, FQL (SQL-like syntax only for retrieving data from Facebook), news feeds, status updates, "Like this" buttons, images and albums, groups, events and places, and even more. You will find there everything you need to start creating useful Flash-Facebook apps.

I had a few problems starting with this book. It seemed that some things were working in a different way on Facebook then described there. The book seemed not to be up-to-date. To make things worse the sample source code organization was hard to follow. I have been founding myself struggling for getting things done sometimes but even though this book helped me to spare lot of time (believe it or not).

The Flash Facebook Cookbook is written by a Flash practicioner, you will find there recipes prepared only in one thing in mind: to get things done effectively and properly. It covers not only processes but also tactics and strategies for doing things right. This is very important as doing it myself I would be forced to review tons of documents, tutorials and web sites which I always try to avoid.

The book contains a number of recipies which can be read separately but for beginners the best approach would be reading the book from the beginning because latter recipies use the earlier ones, building complexity one of the top of another, which makes sense. This book is a very valuable resource for Flash based Facebook integrators.

I have found a few editorial errors like mispelled words or lack of code (e.g. on page 50) but I think it does not matter at all. I "Like this" book in general. It contains lots of useful details and is a big time saver, too :)
Great intro for a Facebook novice 1 Oct 2011
By Danny Florio - Published on Amazon.com
Format:Paperback
If you're going to be doing any Flex/Facebook apps you should think about grabbing this book. I found the Facebook documentation to be rather discombobulated. It's all there but it's hard to know where to start to get something done. And of course the Facebook documentation is mostly useless for Actionscript developers.

Personally I like the cookbook format. I want quick intros with just the information I need and then a short and specific example. That's exactly what this book offers. All of the examples are created using Flex with Flash Builder although they could easily be used in a pure Actionscript application as well.

I'm not much of a Facebook guy. I've had an account for ages but I rarely use it. When I do it's just to post to my wall. I've never even uploaded an image to Facebook. So I'm really a novice when it comes to understanding Facebook itself let alone the API. I was really happy that this book covered the basics and didn't just assume I was a Facebook power user. The first few chapters of this book did a great job of breaking down how the app ecosystem works and how to work with OAuth and Facebook permissions. Things that we totally new to me.

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Look for similar items by category


Look for similar items by subject


Amazon Media EU S.à r.l. GB Privacy Statement Amazon Media EU S.à r.l. GB Delivery Information Amazon Media EU S.à r.l. GB Returns & Exchanges