Vladimir Stanković
Vladimir Stanković
Hi @sirhill, Thanks! Currently I'm short on time, so I'm not sure when will I add tests. However, I strongly encourage you to fork this repository and add tests.
@henry-ajere @mhkarimi I haven't updated blog post with the code changes. Header name "X-Authorization" is non-standard way for Bearer token. "Authorization" header name should be used instead. I will update...
@pacmandv @royclarkson It's a bit strange for front-end application to pass in client_secret=123456&client_id=clientapp paramaters. What do you suggest to do in case where we have SPA (react, angular) interacting with...
@Michelcyc Hi, did you managed to solve your problem? I'm facing similar issues. I am getting the following exception after invoking ``` app.get_profile(member_url="https://www.linkedin.com/profile/view?id=27451049") ``` ``` Traceback (most recent call last):...
@Michelcyc Search API is not permitted to everyone, and I have a list of profile urls. For example: https://www.linkedin.com/profile/view?id=27451049. It seems that id value from URL above is not member_id....
Yes I have installed latest setup tools.
@lossen Have you solved your problem?
I have the same problem, here is my gruntfile.js ``` module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), handlebars: { options: { // namespace: 'Handlebars', amd: true }, all: { files:...