Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8073779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:26:43+00:00 2026-06-05T14:26:43+00:00

I understand that TweetDeck can help a user to access Twitter and Facebook on

  • 0

I understand that TweetDeck can help a user to access Twitter and Facebook on her behalf.

In OAuth2, that means TweetDeck is the 3rd Party Application, Twitter and Facebook are the Resource Server while the user is the Resource Owner.

My question is NOT about TweetDeck accessing some Resource Server on behalf of a Resource Owner.

My question is how does TweetDeck handle authentication for its own desktop app/mobile app/webapp because in all 3 types, a user still needs to login using her own TweetDeck username/password?

For webapp, it is straightforward enough. TweetDeck could be using good ol’ server sessions and browser cookies to maintain application/authentication state and a simple login form over HTTPS.

My main question is What about desktop app/mobile app?

Does TweetDeck also use OAuth2 for its own authentication? if not, what does it use?

If so, is it Resource Owner Password Credentials Grant? if not, then which type of OAuth grant?

If so, how do they avoid being compromised by brute force attacks? since it is stated in the docs, the endpoint for this needs to protect against brute force attacks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T14:26:45+00:00Added an answer on June 5, 2026 at 2:26 pm

    It uses HTTP Basic Authentication with a custom session implementation. It’s not an implementation of OAuth2’s Resource Owner’s Password Credentials Grant, because I didn’t specify some of the required parameters (e.g. grant_type) in my test run below and the server didn’t complain.

    Here’s a local run I did using cUrl:

        ∴  curl -v https://opyate%40gmail.com:mysupersecretpassword@api.tweetdeck.com/login\?session\=true
        * About to connect() to api.tweetdeck.com port 443 (#0)
        *   Trying 199.59.149.231...
        * connected
        * Connected to api.tweetdeck.com (199.59.149.231) port 443 (#0)
        * successfully set certificate verify locations:
        *   CAfile: /opt/local/share/curl/curl-ca-bundle.crt
          CApath: none
        * SSLv3, TLS handshake, Client hello (1):
        * SSLv3, TLS handshake, Server hello (2):
        * SSLv3, TLS handshake, CERT (11):
        * SSLv3, TLS handshake, Server finished (14):
        * SSLv3, TLS handshake, Client key exchange (16):
        * SSLv3, TLS change cipher, Client hello (1):
        * SSLv3, TLS handshake, Finished (20):
        * SSLv3, TLS change cipher, Client hello (1):
        * SSLv3, TLS handshake, Finished (20):
        * SSL connection using RC4-SHA
        * Server certificate:
        *    subject: C=US; ST=CA; L=San Francisco; O=Twitter, Inc.; OU=Twitter Security; CN=tdweb.twitter.com
        *    start date: 2012-02-23 00:00:00 GMT
        *    expire date: 2015-02-27 12:00:00 GMT
        *    subjectAltName: api.tweetdeck.com matched
        *    issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert High Assurance CA-3
        *    SSL certificate verify ok.
        * Server auth using Basic with user 'opyate@gmail.com'
        > GET /login?session=true HTTP/1.1
        > Authorization: Basic 1337YfRl1337YWl1337vbTpzdXJmYTMyMA==
        > User-Agent: curl/7.25.0 (x86_64-apple-darwin10.8.0) libcurl/7.25.0 OpenSSL/1.0.1c zlib/1.2.7 libidn/1.22
        > Host: api.tweetdeck.com
        > Accept: */*
        > 
        < HTTP/1.1 200 OK
        < Transfer-Encoding: chunked
        < Date: Tue, 12 Jun 2012 12:59:47 GMT
        < Expires: Fri, 21 Mar 1975 09:30:00 GMT
        < Content-Type: text/html
        < Cache-Control: no-cache
        < Cache-Control: no-store
        < Cache-Control: must-revalidate
        < Cache-Control: pre-check=0
        < Cache-Control: post-check=0
        < Server: tfe
        < 
        * Connection #0 to host api.tweetdeck.com left intact
        {"mail_list": "False", "session": "Ta1337Qb1wu1337Ra29b1337-13371337Vbf93y91337", "updated_time": "2011-12-08T12:31:00"}* Closing connection #0
        * SSLv3, TLS alert, Client hello (1):
    

    BTW, I got that login URL from a Chrome Developer Tools session:

    enter image description here


    UPDATE

    I asked TweetDeck themselves, but at the time of writing they haven’t replied yet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand that only the class can access the data so therefore it is
I understand that it's a GWT, but if it compiles to Javascript, can the
I understand that there is a *.className selector since there can be multiple html
I understand that the page load of asp.net (mvc 2.0ish) sites can suffer for
I understand that one can host multiple websites on windows azure, I would like
I understand that the 1.0 in ASP.NET MVC 1.0 Futures means that it is
I understand that I can make the property nullable or use a bool called
I understand that with jEditable ( http://www.appelsiini.net/projects/jeditable ) you can do in-place editing and
I understand that it provides a default implementation that the derived classes can override.
I understand that a const pointer can be declared a couple ways: const int

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.