Hi all folks,
I've a a maybe already asked question, so apologize in advance if I
didn't find the reply I'm looking for in the archive, I 'googled' and
raw codes before but unfortunately I didn't clarify my doubt.

I've been developing an OAuth SP for a customer and while writing the
Problem Reporting I've been in trouble about the response format:
reading the specification on

http://wiki.oauth.net/ProblemReporting

I understood that it should be, for example

oauth_problem=version_rejected&oauth_acceptable_versions=1.0

There are some SP - I mean also Google - that replies in this different format:

version_rejected
oauth_acceptable_versions=1.0

What should be the right format?


In the case the first is the official,  in the wiki page the
'oauth_parameters_absent' is described as

"The parameter named oauth_parameters_absent consists of a set of
parameter names, percent-encoded and separated by '&'."

So, what's the right operations sequence? First the parameters
concatenation using '&' and then percent-encoding? Otherwise a message
that looks like

oauth_problem=parameter_absent&oauth_parameters_absent=oauth_consumer_key&oauth_nonce

should be harder to understad!!!

Many thanks in advance, any kind of help is very well appreciated :)
Best regards!
Simone

-- 
My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
My GoogleCode profile: http://code.google.com/u/simone.tripodi/
My Picasa: http://picasaweb.google.com/simone.tripodi/
My Tube: http://www.youtube.com/user/stripodi
My Del.icio.us: http://del.icio.us/simone.tripodi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oauth@googlegroups.com
To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to