I’m writing an app for Android using Adobe AIR 3.0 and facebook action script 3 sdk to enable user social experience. I can’t call facebook methods using ExternalInterface, so I have to make all request using GRAPH api.
http://code.google.com/p/facebook-actionscript-api/
So, if someone have experience working with this SDK, please provide me with code example how can I post to users wall (text + URL link + image) using:
1) app requests
2) streamPublish.
Thanks in advance.
1 Answer