Hi!
Are there any news on this?
As I understand there is still no API for Yahoo/YahooGroups available. Even if there seem to be some considerations, i.e.:
http://jeremy.zawodny.com/blog/archives/006961.html.
Based on the GMail-plugin I wrote a small Yahoo-checker yesterday. When sending correct user/password with cURL to the Yahoo-Login-Page I am receiving a "1" as result (as I understand). With wrong user/password I am receiving the error-page with a new login-form from Yahoo.
So that should work as basically check if a Yahoo-account exists.
Unfortunately the serverside URL-redirection to the next page (i.e. a YahooGroups-page) is actually not working. I tried with sending all hidden and session-information with my request but it is not working. I have to try sending a second request with authenticated session in the next step.
I need this to check on the YahooGroups-page if the logged in user is a member of this group (parsing the content for specific member-strings).
Are there any hints/tipps?
Kind regards, Jens