Discussion Forums
Discuss all things Ruby on Rails with perhaps the web's most vibrant group of Ruby on Rails enthusiasts.
- Topic List
- Most Recent Posts
- Sign In for more options
usage of twitter API (Twitter::Client.new)
1 Post
usage of twitter API (Twitter::Client.new)
Hello There
I am using Twitter API in my application. I used the following code to test the username and password of a twitter user.
@user = User.new(params[:user])
client = Twitter::Client.new
@msg=client.authenticate?( @user['username'], @user['password'])
if @msg
flash[:mesg]="authentications succesfull"
end
When i run the application I am getting the result as "No action responded to create" What should I do to get the application run with out any error. Can anybody help me out from this problem.
Thanks in advance.
Chittimalla.Santosh kumar
1 Post
