Displaying 3 results from an estimated 3 matches for "benada".
Did you mean:
benad
2013 Aug 29
4
linkedin gem
Hi,
I am following this post *
http://www.sitepoint.com/ruby-social-gems-linkedin/* for using linked gem
and API for getting profile and other stuff
But at the end I am getting this error:
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
2013 Aug 26
2
linkedin login using omniauth
Hi,
I am trying to add linkedin login feature in my rails application using
omniauth gem..I used omniauth gem for Fb login and it''s working fine..but
it''s not working for linkedin login
this is my code
/model/user.rb
class User < ActiveRecord::Base
attr_accessible :name, :oauth_expires_at, :oauth_token, :provider, :uid
def self.from_omniauth(auth)
2013 Oct 28
0
Twitter API in ruby on rails application
Hi,
I am developing a ruby on rails application for getting all users tweets
from twitter after twitter login from my application I am able to get
user_id,email,provider,name etc from twitter login but I want to use
Twitter Api to get all the tweets of the user who is doing twitter sign in
from my application
I followed this post "*