Answer the question
In order to leave comments, you need to log in
How to implement posting an image on a wall via facebook-as3-api?
I know how to upload an image to an album:
public function postImage(img:BitmapData):void
{
var params:Object = { photo:new Bitmap(img),
message:'Test Photo',
fileName:'FILE_NAME',
access_token:Facebook.getAuthResponse().accessToken
};
Facebook.api('me/photos', onSavedPhoto, params, 'POST');
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question