0

Is there an simple way to query all fields in a JSON response, from a linkedin profile without requesting fields individually, or is there another, consumer side, approach that would render all data in a delimited way?

The closest question had broken links.

Community
  • 1
  • 1
user289394
  • 119
  • 7

1 Answers1

0

Im currently dealing with the same issue. In my app I need to access whole profile of a user nut if you dont have partnership with LinkedIn this is not possible. The closest I get so far is asking user to export his profile as an archive (Im OK with the fast option there) and then in my app Im using JSON Resume to convert this archive to JSON.

But if someone has better idea dont be shy to share it ;)

Hope that help at least a little