python-linkedin icon indicating copy to clipboard operation
python-linkedin copied to clipboard

Python interface to the LinkedIn API

Results 64 python-linkedin issues
Sort by recently updated
recently updated
newest added

On v1 public API is there a way to delete a share? I found this: https://developer.linkedin.com/docs/guide/v2/shares/share-api#delete - only available on v2 of API, I think I need to request permission...

hi i want to post in linkedin from python script but it return error like "hi i want to post in linkedin from python script but it return error like"...

authed | false path | "/" at@at-Vostro-3445:~/Desktop/python-linkedin-master/examples$ python3 http_api.py Server started on port:8083 127.0.0.1 - - [11/Jun/2018 12:50:59] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [11/Jun/2018 12:51:00] "GET /favicon.ico...

at@at-Vostro-3445:~/Desktop/python-linkedin-master/examples$ python3 http_api.py Server started on port:8080 127.0.0.1 - - [11/Jun/2018 11:08:33] "GET / HTTP/1.1" 200 - ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 42956) Traceback (most recent...

When i execute the "http_api.py" i am getting the following error.The error is like this $ python http_api.py Server started on port: 8080 --------------------------------------- 127.0.0.1 - - [17/Apr/2018 19:09:27] "GET...

Hello, I am wondering do you still support this project, and if so does it has the possibility to share post news to many groups that authenticated user is in?

Linkedin's developer documentation states that the URl should have the following structure when making a request for the access https://www.linkedin.com/uas/oauth2/accessToken?grant_type=authorization_code &code=AUTHORIZATION_CODE &redirect_uri=YOUR_REDIRECT_URI &client_id=YOUR_API_KEY &client_secret=YOUR_SECRET_KEY Therefore, should the get_access_token() not be...

I need to do a search like this: http://api.linkedin.com/v1/company-search:(facets)?keywords={keyword}&facets=location using the search_company() method, but I don't know how can I structure it Best Regards Michel