Hello,
Is it possible to return the join date of any member? I mean when they signed up for Yahoo mail?
Thanks,
Jim
If we approve your use-case, we do have the ability to give your app the right OAuth scopes to access this API via AuthService.callWebService:
http://developer.yahoo.com/mail/docs/user_...etUserData.htmlThe sample return value doesn't show it there, but I believe that there is actually a "mailRegTime" timestamp that might have the information you need.
You might that on the Yahoo! Mail Web Service forum:
http://developer.yahoo.net/forum/?showforum=89If you can live with making this call from your server ==> Y!Mail WS (instead of from your javascript app), you can sign up for an OAuth key with the right scopes without any approval.
-j