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
Post a Comment