views:

645

answers:

2

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

A: 

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.

Pablo Santa Cruz
It's not about providing a chat feature, I actually need the list of contacts, who's on-line and who's not, etc...
Leo Jweda
I see... If you need contacts, there are some Open Source packages that will provide just that. But if you need presence status (who's online, who's not), I think you will need somehow login into YAHOO MESSENGER's service.
Pablo Santa Cruz
A: 

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.

Shua
My web hosting plan doesn't support Java, maybe it's time that I find a better one.. Stack Overflow to the rescue!
Leo Jweda