Closed GoogleCodeExporter closed 9 years ago
First, you need to change the 2nd parameter passed into Facebook.login.
It should be an object like: {perms:'read_stream,publish_stream,offline_access'}
instead of an array that is passed into FacebookDesktop.
There is also a known bug in FacebookDesktop where the login callback is not
handled properly. It is fixed in my branch:
http://code.google.com/p/facebook-actionscript-api/issues/detail?id=176
There are 3 things that you need to add to the html to get Facebook to
communicate properly with your swf:
1) Include the Facebook JavaScript in the head.
2) Include the Facebook root div in the body.
3) Make sure that your swf is embedded with an id and name attribute so the
JavaScript can properly reference it.
Original comment by yourpalm...@gmail.com
on 12 Nov 2010 at 3:24
Thanks a lot man! I lost much time with this. Now its working fine!!!!!
[]'s
Rafael
Original comment by rafa...@gmail.com
on 16 Nov 2010 at 12:19
Hi yourpalmark! Can you upload a compiled (swc) Facebook Desktop api, please? I
need the kill session on logout bug fix and I didn't get api compiled.
tks!
Original comment by rafa...@gmail.com
on 16 Nov 2010 at 10:00
Original comment by edwar...@gmail.com
on 12 Jan 2011 at 11:01
Original issue reported on code.google.com by
rafa...@gmail.com
on 9 Nov 2010 at 4:23