Hello,
As seen in this example: http://apps.facebook.com/status-emoticon/
The application in question uses 'users.setStatus' to allow the publishing of small emoticons to the users status. The images are added to the post using colon tags which act similarly to BBCode.
How exactly is the application doing this? I would like to replicate this feature for my own application.
Thank you.