Time for action – implementing a Search window in the Visualizer

Okay, now that we know what we can do with the Graph URL search, let's use it in our application.

The Visualizer project includes a window with UI elements for searching the Graph. It's hidden, but we can enable it in the same way that we enabled the Filter panel on the List Renderers.

Load the Visualizer project and open CustomGraphContainerController.as. In the constructor function, set the _canShowSearchUI property (which is inherited from the class that CustomGraphContainerController extends) to true:

 public function CustomGraphContainerController(a_graphControlContainer:GraphControlContainer) { super(a_graphControlContainer); this._showListCounts = true; this._showListFilters ...

Get Facebook Graph API Development with Flash now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.