AFXAuthClient
AFXAuthClient copied to clipboard
Fixed two violations of the OAuth spec (section 9.1.1)
Fixed two violations of the OAuth spec (section 9.1.1):
- Take parameters from the request body only if content-type is 'application/x-www-form-urlencoded'
- Use parameters that are in the URL query part for OAuth signature