Henrick
Henrick

Reputation: 41

Linkedin Company page updates

I created a linkedIn application to get company page updates and post them on a webpage.

Every time I visit the page I have to log in to linkedIn (Oauth2) to get the feed.

Is it possible to remove the log in part so that when anyone visits the page they will see the update feed?

Upvotes: 0

Views: 108

Answers (1)

Alex Prachuablarb
Alex Prachuablarb

Reputation: 180

Well the LinkedIn access token lasts 60 days so you could store the oauth 2 access token e.g. database and just use that so you don't need to login every time.

Upvotes: 1

Related Questions