MAXSTEELTURBOGO / facebook-actionscript-api

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

Problem MyFacebookUser xtends FacebookUser #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I create an public class MyFaceBookUser extends FacebookUser
2.var user:MyFaceBookUser = (event.data as
GetInfoData).userCollection.getItemAt(0) as MyFaceBookUser ;

3.[Fault] exception, information=TypeError: Error #1009: Impossible to
acces at an null object.

If I replace MyFaceBookUser by FacebookUser all is fine. If I trace 

So my question is how can I extends from the FacebookUser Class?

I use the Facebook_library_v3.2_flex.swc on windows

thanks

Original issue reported on code.google.com by yoann.kh...@gmail.com on 22 Oct 2009 at 9:01

GoogleCodeExporter commented 9 years ago
New release based of Facebook's Graph API is coming soon.  SDK which this issue 
depends on is no longer supported by Facebook.

Original comment by alan...@gmail.com on 29 Sep 2010 at 7:49