Yahoo Messenger API for Flex

Is there an API to implement Yahoo chat in Flex? Or at least some challenges?

0


a source to share


3 answers


The Yahoo Messenger API is not publicly available, so you probably won't get an official API from them.

Having said that, I don't know if there is an API for FLEX. But I know one for C and one for Java , Both are open source. So you can try to implement the Yahoo Messenger protocol in FLEX.



Another thing you can try (although I don't know if it meets your quality standards) is implementing WebPage , which supports Yahoo chat.

Good luck.

0


a source


Just a thought ... but if there is an open source Java solution, you cannot use it to integrate with Flex. You can even use blazeds to send messages from java to flex.



0


a source


There is now an SDK for Yahoo! Communicator. The examples look like Java and PHP, but the API itself is language agnostic.

http://developer.yahoo.com/messenger/guide/index.html

0


a source







All Articles