允许访问后,Linkedin API自动更新

Once the user allows access to the LinkedIn Application how to auto update the user profile without showing the allow access page to the user again should I store oauth access token somewhere in database & can I use that token for auto update?

Yes you have to store the credentials, and can use it for some specified period of time after that you need to either refresh the token or you can ask for another token.