-
Oct 4th, 2010, 07:47 PM
#1
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
-
Oct 7th, 2010, 02:12 AM
#2
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
-
Forum Rules