Fuzzy Analysis
Fuzzy Analysis

Reputation: 3188

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?)

Upvotes: 0

Views: 62

Answers (1)

BrianC
BrianC

Reputation: 10721

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.

Upvotes: 2

Related Questions