devise-twitter
devise-twitter copied to clipboard
Easy twitter integration for devise
Is there a way to connect to twitter's api to upate a users status using this gem? Or should another approach be used for this? In theory the app should...
Currently if warden.user is nil we crash. devise-twitter should set a flash message (from i18n) and redirect back.
when connecting accounts it would be nice if it can create the user when it doesn't exist I would like to connect accounts by default
Untitled
Devise supports AR and mongoid, changed code to be agnostic to both AR and mongoid. Also allow the db fields to be configurable.
The devise oauth2 gem supports custom callback routes after signin in. devise-twitter should support them too.