Reputation: 33
Is there a way through the Twitter API to, when a user creates an account on my site, to automatically create a twitter account for that user in the background? I guess my question is: Is there a way to create new twitter accounts via their API?
Upvotes: 2
Views: 739
Reputation: 9504
No. You could however use a OpenID/OAuth combo to route them there when they sign-on, but I don't think you could automatically create an account for them masked behind your login logic. Even if you could, some might even badge it questionable ethics.
Upvotes: 1