MAXSTEELTURBOGO / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

GetStatusData => Status: fields, message and status is mixed up. #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. facebook.post( new GetStatus( facebook.uid, 1 ) );
2. var status:GetStatusData = e.data as GetStatusData;
3. var s:Status = status.status[0];

What is the expected output? What do you see instead?
When using the field "message" from s:Status, it is filled with the UID,
and the field "uid" contains the actual message.

What version of the product are you using? On what operating system?
3.2, Windows Vista.

Please provide any additional information below.

Original issue reported on code.google.com by sim...@swipnet.se on 12 Sep 2009 at 11:04

GoogleCodeExporter commented 9 years ago

Original comment by wgorgic...@gmail.com on 12 Jan 2010 at 8:38