Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

So here is the thing... I need a standalone flash application that receives by socket an image and then publishes it on facebook. The few methods i've seen use php but in this case i really would like to use only the standalone.

Ideas on how to accomplish this? Is it possible?

share|improve this question
as I know there is no native Flacebook api for flash, so you will still have to deal with JS. Also I am not sure that what you want is a flash application. This will run on the client.... – Adrian Pirvulescu Jun 15 '12 at 11:24

1 Answer

What you're trying to do can be accomplished from the client without server scripting as well.

Have a look on these links

http://code.google.com/p/facebook-actionscript-api/

http://www.adobe.com/devnet/facebook.html

It's an AS facebook api and the Adobe site has some very useful examples on how to set this up.

After you achieve a login and you have a working connection to the Fb api then you can upload your picture to the user's albums using the api from within AS.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.