Search code examples
mobileyahoo-api

Creating Programs that Interact with Yahoo Groups


I have a Yahoo! Group that has its own Database tables for various reasons. I'd like to create a mobile application (or web app) that performs CRUD operations on such tables. Does anyone have any clue as to how I can get started on learning how to do this (if at all?)


Solution

  • Unfortunately, Yahoo! Groups does not have an external API. But, you might be able to use Export Table functionality which delivers the database records in CSV format.