I'm using OAuth 1.0 to sign requests i'm sending via http POST.
My question is, does the server that receives the payload generate the signature based on ALL the fields sent in the form, or only ones it cares about?
I'm using a web framework that inserts some extra fields for its own purpose, and i wondered if these could be interfering with the OAuth signature generation process on the server?