Uploaded August 2010 | Updated September 2026, 1 week ago
In this tutorial you build your Facebook Flash Builder Klingon Hello Application. Here are the steps you will follow in this video and the next.
1.Creating a Facebook Application
2.Drag on button, image, data grid, and label
3.Give each component an id
4.Add login in method and click handler
5.External to app will launch browser window
6.Use Facebook Session Util class pass in API Key here
7.//Don't include in production app...when deploy remove will
use secret session key
8.Add Events Waiting for login, connect event, call login method
9.Pop up Flex Alert.show(after you login...modal)
Let know when user comes back.
10.Verfy login information validateLogin gets all info from yser and call
connect info
11.Create a face book call uisng post method in facebook
pass in call get info, takes users uid, name, pic_squre (50x50 URL)
first name, sex, etc...
12.Add listerner showing you got info back
13.handle data coming back getInfoData cast to events data property
var user ... parse info coming in
now set data image, and text.
14.Adding Login, Name, and Image
15.Wire data grid, array collection, etc...
In this tutorial you build your Facebook Flash Builder Klingon Hello Application. Here are the steps you will follow in this video and the next.
1.Creating a Facebook Application
2.Drag on button, image, data grid, and label
3.Give each component an id
4.Add login in method and click handler
5.External to app will launch browser window
6.Use Facebook Session Util class pass in API Key here
7.//Don't include in production app...when deploy remove will
use secret session key
8.Add Events Waiting for login, connect event, call login method
9.Pop up Flex Alert.show(after you login...modal)
Let know when user comes back.
10.Verfy login information validateLogin gets all info from yser and call
connect info
11.Create a face book call uisng post method in facebook
pass in call get info, takes users uid, name, pic_squre (50x50 URL)
first name, sex, etc...
12.Add listerner showing you got info back
13.handle data coming back getInfoData cast to events data property
var user ... parse info coming in
now set data image, and text.
14.Adding Login, Name, and Image
15.Wire data grid, array collection, etc...

