views:

18

answers:

1

Hi Developing a flash based image editing application and I want to be able to share and or save edited images to facebook.

Do I need to get a API Key to upload photos? What if I simply want to share a link with my friends? Do I still need an API key? Can someone point me to examples and or tutorials?

A: 

You can definitely do all of the things you want using the new Facebook Graph API. You will need an API key. There is an official ActionScript API for facebook and a get started guide from Adobe.

The actual library you need is available on google code.

James Fassett
Facebook Graph API uses OAuth and facebook-actionscript-api uses the old authentication method.
phwd