bit of a silly question but how do I use the linkedin gem(https://github.com/pengwynn/linkedin)
I have installed the gem and understand about getting the actual profile data but the bit in the middle confuses me.
Where should the api key code block go ? should I be creating a seperate .rb file or should I call it at开发者_StackOverflow the top of the controller ?
Thanks, Alex
The example linked in the readme shows them creating a separate controller to handle the authentication.
Check out the example here
精彩评论