Is there any GoogleGroup API for retrieving data from Google Groups

How to access google group information from asp.net using C #. Please offer for any available API or documentation for reference.

Thanks Karteek.

+3
source share
1 answer

There doesn't seem to be an API for groups, but groups have feeds and you can use the feed API.

Here's the FAQ section for the group’s feed: http://groups.google.com/support/bin/answer.py?hl=en&answer=46384

Here is some ajax API information for feeds: http://code.google.com/apis/ajaxfeeds/

And finally, here is the .Net guide: http://code.google.com/apis/gdata/client-cs.html

# gmail- google, . , : Gmail

+2

Source: https://habr.com/ru/post/1714474/


All Articles