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 8996957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:49:25+00:00 2026-06-15T23:49:25+00:00

I am starting to write a Winforms application that uses the Deezer Api .

  • 0

I am starting to write a Winforms application that uses the Deezer Api.

For now, I am stuck with their OAuth authentication process.

The OAuth authentication process of Deezer accepts two differents flows to get the user authenticated and authorized : the Server-side flow and the Client-side flow.

  • The Server-side flow is used by Web applications
  • The Client-side flow is used with browser client application in javascript and mobile applications.

I assumed (maybe wrongly) I could use the Client-side flow to get a user authenticated in a Winforms application :

Then I wrote a form that launch the Deezer Login Web Page in a WebBrowser control, thinking I could parse the Response after to get the access token. Normally, the page allows it if I add the response_type=token parameter to the login page URL.

Unfortunately, there is a redirect_uri parameter has to be provided too. However, I dont plan to use a web site because it is not applicable in my scenario.

Apparently, there is no way to trick this, and the login page shows an error message saying it is missing and refuses to start the authentication process.

Before to ask Deezer about how to use their API against a Winform application, I would like to know if someone already bumped into this, and how he managed to solve it.

Because I am new to OAuth, I am wondering if I am missing some point, or if the Deezer API is not applicable to my scenario.

  • 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-15T23:49:26+00:00Added an answer on June 15, 2026 at 11:49 pm

    I have tried to get a workaround for your problem. This is what I have :

    1. Using your web browser control, navigate to the OAuth connect URI,
    2. Use a domain/subdomain you control as a redirect URI. We don’t need a real web service behind. For example http://deezerauth.maneu.net
    3. Add an event handler to the Navigating event of the WebBrowser control.

    In this event handler, do something like the following code.

    if(e.Uri.AbsoluteUri.Contains("http://deezerauth.maneu.net"))
    {
        e.Cancel = true;
        MessageBox.Show("Welcome on Deezer.");
    }
    

    Disclaimer : I work for Deezer mobile team, and not in the API Team. I have forwarded this question to them to see if they have a better solution.

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

Sidebar

Related Questions

I am starting to write an application that will output an OpenOffice document. The
I am starting to write an Android application that is going to be a
I starting to write an application that will need to have a QR code
We are starting to write more and more code for an ASP.Net web application
I'm trying to write a supervisord.conf for starting a django fastcgi process. The only
I am starting to write an installer which will use the SqlScript -element. That
I'm starting to write a application in php with one of my friends and
Before starting to write my application I need to know what to do when
I am starting to write an application in Silverlight with RIA services and SilverlightFx.
I'm starting to write a small web application and have started thinking about securing

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.