Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create gmail, facebook and twitter account through API? [closed]

Is it possible to create gmail, facebook and twitter account through API?

like image 612
never_had_a_name Avatar asked Oct 18 '10 01:10

never_had_a_name


2 Answers

Short answer: No.

like image 143
zerkms Avatar answered Nov 15 '22 08:11

zerkms


Well for Google Apps you can sync a user directory (via LDAP) using Google Apps Directory Sync. This will provision, modify and de-provision any number of accounts without CAPTCHA verification. You will be billed for each one you create and they will all be in a domain you must own so there are practical limits for abuse, but this scales out to tens of thousands of accounts. There is no method to do this for Twitter and Facebook but things like this are a large part of the draw (for companies) of services like Yammer and App.net.

like image 27
Jason Sperske Avatar answered Nov 15 '22 09:11

Jason Sperske