python-linkedin
python-linkedin copied to clipboard
Getting error while using get_job() function of Job Look up API
I have got authorization for Job Look Up API and Job Search API. The function for Job Search API works. But when I was trying to get information for a specific job, I used the following code and got the error below:
application.get_job(job_id=27576874)
raise LinkedInError(message) linkedin.exceptions.LinkedInError: 400 Client Error: Bad Request: Unknown Error
Hope some one can help, thanks!