Results 1 to 3 of 3

Thread: API for creating Twitter account

  1. #1
    Join Date
    Aug 2006
    Posts
    14

    Default API for creating Twitter account

    Hi,

    Is there a way to create a new Twitter account from an app using Spring Social ; assuming that the app has a consumer key and secret registered with Twitter? . Looking at the APIs in http://static.springsource.org/sprin...html/apis.html, it seems this is not present. Can we leverage some part of Spring Social for this functionality? . This is for an admin app that allows to create and maintain Twitter accounts for its users.

    Thanks,
    jaa

  2. #2
    Join Date
    Aug 2004
    Posts
    1,072

    Default

    There is no such thing in Spring Social's Twitter API binding because (as far as I can tell) there is no mechanism for doing this through Twitter's REST API. The reason is that this could easily be abused to create spam accounts on Twitter. Honestly, I hope that this is *NEVER* available in the API.
    Craig Walls
    Spring Social Project Lead

  3. #3
    Join Date
    Aug 2006
    Posts
    14

    Default

    Hi Craig, you are right..on taking a second look i found that the app only saves the account's token/secret in DB AFTER the actual user has logged-in and authorized the app to do so. I mistook that it was creating a fresh acct from the app. Thanks for clarifying.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •