Steps to reproduce:
- Use source for GraphAPI_Mobile_1_8.swc today
- Add it to a Adobe CS5.5; FLA project
- Configured and Android 3.0 profile
-
After init – Call:
FacebookMobile.login(handleLogin,stage,[],webView) -
After facebook login and a few 302 redirects – this ends up being redirected (I can see this in – MobileLoginWindows.as – handleLocationChange to (I replaced the APPID)
This results in an error being returned from facebook:
This page contains the following errors: error on line 2 at column 224: EntityRef: expecting ‘;’
Below is a rendering of the page up to the first error (nothing else)
If I use the same URL in a browser (e.g. Firefox) it returns “success” so I can only assume that some http header setting (e.g. UserAgent?) is not set correctly – but I have no idea where to go from here.
Any help suggestions would be greatly appreciated.
I downloaded version 1.8.1. of the API and there it works just fine.