douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

Error when receiving return data #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. simply implement the example login script 

In the example script the following line :
var authResult:AuthResult = AuthResult( event.data );

fails, this is because the correct path to the AuthResult object is 
event.data.auth, not event.data 

Original issue reported on code.google.com by rros...@gmail.com on 25 Feb 2008 at 3:23