Quick question regarding the OAuth2 Spec, in particular section 5.1.5.

Reading that spec, it appears that the response needs to be formatted as JSON regardless of the format requested. Is that the standard or are other formats (i.e. XML) also supported? Thanks.

link|improve this question

feedback

1 Answer

up vote 7 down vote accepted

From revision 07 of the spec (from the changelog): "Removed multiple formats support, leaving JSON as the only format." Oauth2 Spec Document History

link|improve this answer
Thanks! Always forget to read those. Good work! – Bart Jedrocha Jun 22 '10 at 20:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.