Results 1 to 2 of 2

Thread: Twitter plugin -cannot authenticate with correct username/passsword

  1. #1
    Join Date
    Jul 2006
    Posts
    30

    Default Twitter plugin -cannot authenticate with correct username/passsword

    Hi

    I install twitter plugin into a grails project.
    I follow documentation given in plugin page:
    copy TwitterController.groovy to your grails-app/controllers folder
    copy twitter.gsp to grails-app/views/layouts
    create the folder grails-app/views/twitter
    copy the remaining GSPs to grails-app/views/twitter
    load http://localhost:8080/yourapp/twitter

    I tried login with the provided login

    I get
    Sorry, authentication failed

    I give the correct username/password.

    Has anyone successfully used this plugin recently.
    Any pointers for troubleshooting would be appreciated.

    Bala

  2. #2
    Join Date
    Jun 2010
    Location
    London
    Posts
    304

    Default

    Twitter can only be accessed via OAuth now and the plugin does not yet support that. Burt, the author, suggests people use Twitter4J for now, i.e. the native Java library.

Tags for this Thread

Posting Permissions

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