AnthonyLins / facebook-actionscript-api

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

Mobile SDK Broken #387

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call FacebookMobile.init('apiKey',callBack);
2. In callBack call FacebookMobile.login(loginCallBack, stage, [], webView);
3.

What is the expected output? What do you see instead?
A Facebook Login Window. 
An error page about a missing EntityRef ;

What version of the product are you using? On what operating system?
Latest SDK - Windows 7

Please provide any additional information below.
Seems something in FB changed. All the examples are broken as well.

Original issue reported on code.google.com by dmenneno...@gmail.com on 29 Nov 2011 at 2:51

GoogleCodeExporter commented 8 years ago
Also - the SDK states you can pass a new StageWebView to login like so:
FacebookMobile.login(loginCallBack, stage, [], new StageWebView());

When I do this I get nothing on screen. I need to first instantiate the web 
view, and set its viewport size in order to see anything.

Original comment by dmenneno...@gmail.com on 29 Nov 2011 at 2:52