Prakash Raman
Prakash Raman

Reputation: 13923

How to retrieve email addresses from my gmail account?

I am writing an "Invite Users" feature for my website.

I wanted the user to enter his gmail credentials or facebook credentials, and I wanted to send emails to the friends he chooses from.

Although I found out that you cannot send privates messages to your friends on FB via the API.

How can I accomplish the same using google / gmail ?

Upvotes: 1

Views: 166

Answers (1)

Gaurav Gupta
Gaurav Gupta

Reputation: 5416

You should use the Google Contacts API along with OAuth. Accepting the user's GMail ID and password on your own site is never a good idea. http://code.google.com/apis/contacts/

Upvotes: 2

Related Questions