Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
5  
Wouldn't the spammers love that? – Dean Harding Oct 18 '10 at 1:21
Can we create Facebook and Twitter account through api now?Its been a long since this question was asked and many changes has been done since then.SO need to reconfirm that?Do Facebook Graph api supports this?What abt Twitter? – SRS Oct 2 '12 at 3:07

3 Answers

Short answer: No.

share|improve this answer
2  
And the longer answer? =) – never_had_a_name Oct 18 '10 at 1:27
2  
"No, because you can't implement CAPTCHA into an API." – Dean Harding Oct 18 '10 at 1:29
2  
No, because it would make it too easy to spam accounts. – nearlymonolith Oct 18 '10 at 1:29
@ajsie: I would like to think that the main reason is to prevent the mass spam-bots registration. – zerkms Oct 18 '10 at 1:36
Set up an "API" to a Crowdsource provider. :| – Jarrod Smith Oct 26 '12 at 2:42
show 6 more comments

Yes, for a fixed premier or education domain you can create accounts programmatically using the google provision api.

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.