Re: [Flashcoders] Facebook API implementations

2011-01-17 Thread tom rhodes
the bigspaceship classes ( http://www.bigspaceship.com/blog/labs/bss-classes-flash-and-the-fb-graph/) using Oauth are great and once you're logged in you can play with graph api calls to your hearts content. On 17 January 2011 18:18, Zeh Fernando wrote: > The first gotcha of either that you sho

Re: [Flashcoders] AIR for Android - video on mobile problem.

2011-01-17 Thread Zeh Fernando
IIRC, Flash on a mobile device unloads the video from memory once it's past a certain point due to memory constraints, keeping only the last few seconds of it. It was mentioned on some of Adobe's docs about mobile optimization. I think it's more about memory usage rather than actual time though (no

Re: [Flashcoders] Facebook API implementations

2011-01-17 Thread Zeh Fernando
The first gotcha of either that you should have a server for testing locally (apache or something else). It makes everything easier. The second gotcha is that the 'official' Adobe AS3 API is not updated that frequently. Personally I had a lot of trouble using it and all the examples you can find o