hexgnu / linkedin

Ruby wrapper for the LinkedIn API
http://rdoc.info/gems/linkedin
MIT License
756 stars 407 forks source link

changes /authorize path to /authenticate #228

Closed maxyharr closed 10 years ago

maxyharr commented 10 years ago

better to use linkedin's updated /authenticate path so if the user is logged into linkedin and already has an active access_token, a redirect will happen without asking for permission again.

Can change the name of the methods to authenticate and change the spec tests accordingly later.