I was building an app that used the AS3 Facebook API, but that seemed to stop working today, so I'm going the Javascript PHP from AS3 route.
In the past I have saved an image to the server using amfphp which works well, but I would prefer to upload directly to Facebook without having to create a file first.
In the AS3 API you can upload a Bitmap directly to Facebook.
Is there a way to upload an image to Facebook, through either Javascript or PHP, without having to create a temporary image on the server first?