validation - Validate LinkedIn Company is exists or not using LinkedIn API -


i want validate linkedin company exists or not using linkedin api. have used this link shows { "errorcode": 0, "message": "unknown authentication scheme", "requestid": "ju7wn815ma", "status": 401, "timestamp": 1464156122597 }

note: have created app in this link got client id , client secret. followed this link too.

how access token, secret key , all.

you need follow steps outlined on linkedin developer website acquire oauth 2.0 access token let make api call.

more details here: https://developer.linkedin.com/docs/oauth2


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -