---
title: "tweetsharp logout"  
description: "tweetsharp logout"  
author: "Samuel Fernandes"  
published: 2013-09-03  
updated: 2013-09-03  
canonical: https://www.mindstick.com/forum/1433/tweetsharp-logout  
category: "twitter api"  
tags: ["twitter api"]  
reading_time: 1 minute  

---

# tweetsharp logout

Does [anyone](https://www.mindstick.com/articles/23207/how-to-find-the-best-fit-job-for-anyone) know how to [log](https://www.mindstick.com/articles/126269/the-main-uses-of-log-cabins) a [user](https://www.mindstick.com/articles/13001/multi-statement-table-valued-user-defined-function-in-sql-server) out of [Twitter](https://www.mindstick.com/articles/13027/8-lessons-you-can-learn-from-top-brands-twitter-marketing-strategies) using Tweetsharp?

I am using svc.EndSession(); where svc is a TwitterService object.

However the user (me) stays logged in. A quick [refresh](https://www.mindstick.com/forum/12865/how-to-refresh-dropdownlist-but-keep-old-selected-value-json) of Twitter.com [shows](https://yourviews.mindstick.com/view/81380/new-york-violent-shooting-shows-people-are-not-safe-in-night-life) that I am still logged-in even after hitting the logout [button](https://www.mindstick.com/articles/63/how-to-add-button-in-datagridview-in-csharp-dot-net) (and running svc.EndSession();) on my [asp.net](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) app.

Hope someone can help, thanks.

## Replies

### Reply by Sumit Kesarwani

Hi Samuel,\
Twitter is holding control over logged in users in a cookie they own. An answer posted to this question on SO states some workaround using the /oauth/authorize instead of /oauth/authenticate path. Don't know for sure, if that helps you as you are using Tweetsharp


---

Original Source: https://www.mindstick.com/forum/1433/tweetsharp-logout

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
