I have twitter and facebook widgets in my website. For this we implemented oauth authentication for facebook and twitter in the website. After successful authentication , I have a logout button in my facebook and twitter widgets. How should i logout in facebook
and twitter while clicking logout in my widget using oauth? Is this possible?
Member
43 Points
303 Posts
Logout for facebook and twitter while using oauth login.
Feb 13, 2012 02:16 AM|ksureshh_pk|LINK
I have twitter and facebook widgets in my website. For this we implemented oauth authentication for facebook and twitter in the website. After successful authentication , I have a logout button in my facebook and twitter widgets. How should i logout in facebook and twitter while clicking logout in my widget using oauth? Is this possible?
Suresh.
Contributor
3936 Points
1128 Posts
Re: Logout for facebook and twitter while using oauth login.
Feb 13, 2012 05:09 AM|niksv|LINK
http://stackoverflow.com/questions/1960957/twitter-api-logout
Member
14 Points
57 Posts
Re: Logout for facebook and twitter while using oauth login.
Feb 13, 2012 05:36 AM|vik_16|LINK
Redirect to this link on logout button click https://www.facebook.com/logout.php?access_token=" + ac_Token + "&next="CaalbackURL"
Participant
1906 Points
1166 Posts
Re: Logout for facebook and twitter while using oauth login.
Feb 13, 2012 05:42 AM|madan535|LINK
try this following code
Member
200 Points
79 Posts
Re: Logout for facebook and twitter while using oauth login.
Feb 13, 2012 07:44 AM|fred_b|LINK
just use javascript: