Twitter OAuth Flow - Confused about oob/3-legged auth and general flow, don't need PIN?
问题 Continuation from : Setting up Twitter OAuth without 3rd party libraries Thanks to Mr. Nylander's help, I managed to get my oAuth class working (albeit only after a long time)! However, I'm confused about a few aspects of the oAuth flow. Here's a breakdown of what's happening in a program I made: ==edit, I think I'll post partial code, it's hard to explain with just words for me== //1st code segment HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://api.twitter.com/oauth