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

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -