joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 366 forks source link

Could not sign you up #144

Closed umairtum closed 10 years ago

umairtum commented 10 years ago

I am using play 2.2 and play authenticate to login with twitter, when twitter tries to redirect me back to my site after login I get this message "Could not sign you up".

What is the possible reason for this ? Is it twitter API issue or something else, facebook and google login works fine

Thanks

smola commented 10 years ago

Your UserServicePlugin returned null when UserServicePlugin.save(AuthUser) was called. You should debug your UserServicePlugin to gather more information.

umairtum commented 10 years ago

This happens only when the access settings is changed to read+write+direct messages access in the twitter application settings. when I change the access permissions to read only or read+write then it does not even redirect me from twitter.

umairtum commented 10 years ago

Thanks for the help it works now :)