spring-social-linkedin

Linkedin Oauth2 Client Credentials grant type

爱⌒轻易说出口 提交于 2020-08-22 06:18:40
问题 Asking the question here as the linkedin help forum directed to post things related to API on stackoverflow. I am developing a feature on our org website to show the top 5 company page feeds setup in linkedin. Ive already setup the required access in developer.linkedin and the whole flow works in the developer.linkedin REST console to fetch the feed. I am currently recieving this error when i try from my machine to fetch the auth token with a valid client id and secret created. https://www

Apache Oltu Linkedin Integration example

ぃ、小莉子 提交于 2019-11-30 14:12:55
问题 I am looking forward to developed the Spring MVC + Apache Oltu + Linkedin integration example. In this example, you need to send Client ID and Client Secret to access the private resource from the Linked in Site. First Step - we need to create App in Linkedin, follow the steps: http://codeboxr.com/how-to-create-linkedin-app.html Once App is created, you need to make sure you've given value for the redirect URL. In the java code I used setScope("r_network w_share r_basicprofile") setState(

Apache Oltu Linkedin Integration example

北城以北 提交于 2019-11-30 09:45:40
I am looking forward to developed the Spring MVC + Apache Oltu + Linkedin integration example. In this example, you need to send Client ID and Client Secret to access the private resource from the Linked in Site. First Step - we need to create App in Linkedin, follow the steps: http://codeboxr.com/how-to-create-linkedin-app.html Once App is created, you need to make sure you've given value for the redirect URL. In the java code I used setScope("r_network w_share r_basicprofile") setState("987654321") When I used the following code: request= new OAuthBearerClientRequest("https://api.linkedin