Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialogechi1
14,455 PointsRails 4, integrating Linkedin API
I am creating a simple Rails app that uses Linkedin for authentication and should in principle display some linkedin profile information on the user's profile in my rails app. I haven't had much luck with the linkedin gem. I am using omniauth and devise. Has anyone tried this before (using external APIs with rails)?
1 Answer
Charlie Jaime
17,351 Pointshttp://www.sitepoint.com/ruby-social-gems-linkedin/ check this resource out it might help you, it contains a walkthrough of how to add LinkedIn api gem to rails app and how to use authentication.
if you like my answer vote me up or mark me for the best answer thank you and great coding!