Question

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

Was it helpful?

Solution

Yahoo Messenger API is not public, so you will not get an oficial API from them for sure.

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

Other thing you can try (although I don't know if it will meet your quality standards) is embedding a WebPage supporting Yahoo chat.

Good luck.

OTHER TIPS

Just a thought... but if there is an opensource java solution couldn't you use that to integrate it with Flex. You can even use blazeds to send the messages from java to flex.

There is now an SDK for Yahoo! Messenger. The examples appear to be Java and PHP but the API itself is language agnostic.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top