Time for action – posting to the user's feed
We'll keep it simple to start with. Just let the user enter a line of text, and post it to their Wall.
The Visualizer project contains a UI window for doing this—it looks like the following screenshot:
To make this window appear, we must enable another hidden option in CustomGraphContainerController.as
. Open that file and tell it that we want to use "basic" publishing capabilities by adding the line highlighted in the following code:
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.