Ruby on Rails Sunday, July 8, 2012

 am using linked-in API for getting some information from linked-in. so here i using like this

@response = @access_token.get('http://api.linkedin.com/v1/people/~:(id,phone-numbers,first-name,last-name,skills,positions:(company:(name,id)))', 'x-li-format' => 'json').

so i need to get the company logo from my current and previous companies. how to add the logo in the above URL...?

Thanks
amruby

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/b_9YA9xFRi8J.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.

No comments:

Post a Comment