
Few days before while I was working on TwitterLogger Class for ActionScript 3 I discovered OAuth – an open protocol to allow secure API authorization . While reading all the stuff about OAuth and PHP SDKs, I noticed one statement somewhere (can’t find it nowhere) that Facebook was in fact using OAuth for its Facebook Connect tool but some derived version. This has now changed! Facebook is standardizing communication and authorization by introducing Open Graph and OAtuh 2.0.
Read the rest of this entry »
Joa Ebert is a Flash developer with a focus on ActionScript 3. He has developed several tools helping to optimize daily workflow. Most projects have been released as open-source. The most important one is Apparat / TAAS project:
Apparat is an open source framework written in Java to optimize ABC, SWC and SWF files. The core of Apparat are its three file formats and their implementation:
- ABC (read and write ABC files, bytecode analysis and tools)
- SWC (read and write SWC files)
- SWF (read and write SWF files, tag implementations)
TAAS is a stackless representation of the ActionScriptBytecode. Read first results of TAAS, and see application before and after optimization.
Read the rest of this entry »