Reputation: 233
I'm triyng to use the Facebook AS3 API but it's actually inconsistent. Frustrating.
I'm thinking to use the Javascript SDK, from an Flash/AS3 based app, using the ExternalInterface
object, and the addCallback
method.
Is a good idea to try to do this? anyone have any advice for me?
Any comments on it will be appreciated! Thanks. Mike
Upvotes: 0
Views: 554
Reputation: 1150
I have used this method rather than the AS3 api in several of my facebook games without any issues. The facebook javascript api is fairly straight-forward and interfacing with it from my flash app has worked great.
Upvotes: 1