How do you encode the POST request for an OAuth 2.0 request for a token?
I've been reading the OAuth spec and trying to comb 开发者_JAVA技巧through examples but the exact process to this is not clear =/
how to create the URL request string...
Section 9.1 of the OAuth 1.0a spec explains this quite clearly.
精彩评论