Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

*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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.