devise-twitter icon indicating copy to clipboard operation
devise-twitter copied to clipboard

Easy twitter integration for devise

Results 15 devise-twitter issues
Sort by recently updated
recently updated
newest added

Using devise (2.1.0) Using devise-twitter (0.1.1) or reopen https://github.com/MSch/devise-twitter/issues/21

This only happens when a user is registering for the first time. Devise-twitter does not log the user in after navigating to /user/sign_in It saves the user in the db,...

Wouldnt it be wise to store the twitter id and have that as the primary field instead of the twitter_handle? If a user decides to change his twitter name in...

I'm encountering a 401 Unauthorized error when oauth tries to acquire a request token. I've been trying to figure out what the issue is for the past hour with no...

When coming back from Twitter I always get this error: undefined method `twitter_handle=' for nil:NilClass Any idea why?

In my application I have 2 different devise scopes. When using devise-twitter to do the perform_connect, upon the invocation of Warden::OAuth.access_token_user_finder, the block is using @env['warden'].user to retrieve the currently...

I'm using devise-twitter only for connecting my devise user to Twitter. Since devise-twitter does not have hooks to perform status updates, I attempted to use the twitter gem by jnunemaker....

I'm getting error because the gem is using an activerecotd specific find. I've changed it by a monkey patch like this. but it's better to use a general format of...

I'm workind with mongoid (learning) and devise i follow up the "how to" but when i try to test i have this error uninitialized constant Devise::Twitter This error occurred while...

Hi, great plugin! And I hope that the development goes on for this gem. I am wondering. I am able to do a sign-in with Twitter. My db stores twitter_handle,...

feature