I need TONS of help. And I hope I get this issue Resolved SOON. anyways There's really only one way to describe it.. I will post a section of my code and show you where the error is.. I hope I can get some help!
protected function login():void
{
var facebookWebView:StageWebView = new StageWebView();
facebookWebView.viewPort = new Rectangle(0,0, stage.width stage.height-100); ###Error 1084 Syntax error
FacebookMobile.login(loginHandler, this.stage,permissions, facebookWebView);
FacebookMobile.login(loginHandler,["user_birthday","read_stream","publish_stream"]);
}
If you need to see more of the code That's fine. If you have any help for me, any at all, please reply to this post.
Thanks in advance!!
-Shandan
protected function login():void
{
var facebookWebView:StageWebView = new StageWebView();
facebookWebView.viewPort = new Rectangle(0,0, stage.width stage.height-100); ###Error 1084 Syntax error
FacebookMobile.login(loginHandler, this.stage,permissions, facebookWebView);
FacebookMobile.login(loginHandler,["user_birthday","read_stream","publish_stream"]);
}
If you need to see more of the code That's fine. If you have any help for me, any at all, please reply to this post.
Thanks in advance!!
-Shandan