Work flow for authentication and API use with Twitter on OAuth

Posted by Gustavo Carreno on Stack Overflow See other posts from Stack Overflow or by Gustavo Carreno
Published on 2009-06-08T16:39:56Z Indexed on 2010/05/16 22:50 UTC
Read the original article Hit count: 218

I'm a bit confused about all this OAuth bruhaha in the sense that all the examples I can find are for web applications and none of them for desktop applications.

I understand the Web application work flow, but that includes some redirections between the web app and twitter.

  • How does one do this in an desktop application?
  • How does the redirects work?
  • Should I have to include a Web Browser object?
  • Is there a way to go around this?
  • Could anyone point me to resources instead of a full blown solution please?

Thanks

© Stack Overflow or respective owner

Related posts about twitter

Related posts about oauth