web - Linkedin Profile URL -


i using url view linkedin profile using user id:

http://www.linkedin.com/profile/view?id=user_id 

but link not working. tried user , keep getting error linked:

there unexpected problem prevented completing request. 

used code linked in user id:

f.promise<wsresponse> linkedininforesponse = ws.url(play.application().configuration().getstring("api_call_url")) .setheader("authorization", "bearer " + access_token) .setheader("x-li-format", "json") .get();  

any idea whats issue??

you can try this.

1.) clear cache , cookies browser.

2.) log out , login again.

3.) log in browser.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

php - Mongodb connectivity error -