Click here to Skip to main content
15,885,740 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,
I create an application with the form of registration (With details like FirstName, LastName, Username, Password, Gender and BithDay).. By using my details I want to create Gmail Account.

Can you people tell me is it possible r not?

THANKS friends...
Posted
Comments
senguptaamlan 26-Mar-12 16:22pm    
I really wonder why you want to create a GMAIL account from your application rather using the crisp google web interface....or you are trying to create a bot??

I don't believe it is possible to create a GMail account via code. They want to prevent what happened to other services, such as hotmail, where thousands of accounts are created by apps for sending spam.
 
Share this answer
 
Comments
ramuAlla 26-Mar-12 8:16am    
http://code.google.com/apis/contacts/docs/1.0/developers_guide_dotnet.html#create_account
Can you please check the above link ......So I am trying to do this ...
[no name] 26-Mar-12 8:27am    
There is nothing there about using the API to create a Gmail account. If you can't understand the documentation you shouldn't be attempting to work with it.
ramuAlla 26-Mar-12 8:34am    
http://towardsnext.wordpress.com/2009/02/06/google-contact-detail-listing-c-google-api-aspnet/ ..
This will hlep ...
[no name] 26-Mar-12 8:53am    
Help with what? I'm not the one having difficult understanding. You are.

It is clearly documented that you CANNOT create a GMail account via API. Unless you are confused and mean creating a Google CONTACT which is different than creating a GMail account, but still very well documented.
ramuAlla 27-Mar-12 2:21am    
Please have a look on this video. You will get some idea ....
http://www.youtube.com/watch?v=SpxLu70gBdg
Hi ramualla
iam not sure if it possible or not but i have idea i can share it with you , Hope it help you .
i read this article one day and when i saw ur Questions it come up to my mind
http://www.codeproject.com/Articles/5452/Microsoft-Web-Browser-Automation-using-C
what's in my mind i can know every Html input google use it in the page and i can assign the values to it through your application .
i will try on this one and if i reach to something i will let u know
 
Share this answer
 
v2
Comments
ramuAlla 27-Mar-12 2:20am    
Please have a look on this video. You will get some idea ....
http://www.youtube.com/watch?v=SpxLu70gBdg

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900