*Hi thanks for the replay * i got soluation for the above question.i have one more doubt in my project there is no *signout button for linkedin *but i have a signou button for google user now when the user is signout from the google **at the same time i want to signou from linkedin and in my project the Linkedin user once login upto 60 days with out asking username and passwordt i will give the network updates ** how can i overcome my problem please help me
OAuthRequest req=new OAuthRequest(Verb.GET,"https://www.linkedin.com/secure/login?session_full_logout=&trk=hb_signout;");
req.send();
but not working