Tom Quirk

Results 72 comments of Tom Quirk

Hey @lroal, I just updated all the dependencies and I couldn't reproduce your issue (I didn't try it before updating deps). Perhaps try again. Running: Chrome 61, Node 8.2.1

@sorasful thanks for investigating this, I was not aware of this URL. Please feel free to submit a PR, I would happily review it! 😁

Interesting 🤔 . @kingbar1990 what is your experience? Have you been unable to authenticate previously?

nice find 👍 It's not implemented but would be very easy to do so! I'd be happy to walk you through necessary steps if you'd like to contribute

SHouldn't make a difference I wouldn't expect 😄

Nice @devkarim , Yep, that response looks pretty typical. You'll want to decode that though so it makes more sense, something like `JSON.parse(decodeURIComponent(x))` in browser console might do the trick.

But yes, I see what you guys are asking - can we add Linkedin Premium features (I guess its called Sales Navigator) to the api? I say yes, but we'll...

Unfortunately, I don't have access to a Premium account or one with sales navigator. I'd be more than happy to guide someone through implementing this though - let me know...

Ehhh. Just looked at this. Looks like the endpoint we're using only returns the first 5. We have to rewrite the get_profile method to use the new linkedin api endpoint...

Thanks @lukemaxwell! Great question. I'm looking now are you are correct, I don't think it exists on the `get_profile()` method. I'd be happy to accept a pull request! BTW: I...