only 1 line

  SHeader := 'Authorization: OAuth oauth_callback="oob", realm="",
oauth_nonce="' + nonce +
             '", oauth_timestamp="' + tstamp + '", oauth_consumer_key="' +
ConsumerKey +
             '", oauth_signature_method="HMAC-SHA1", oauth_version="1.0",
oauth_signature="' +
             URLEncode2(sign) +'"';


On Sun, Feb 13, 2011 at 3:35 AM, RTT <p...@sapo.pt> wrote:

> On 12-02-2011 22:31, brian - wrote:
>
>> Authorization: OAuth oauth_callback="oob", realm="",
>> oauth_nonce="5B2407849960FC2B4EC23007EA63E8ED",
>> oauth_timestamp="1297549627", oauth_consumer_key="5BZYtiAzGvQTL0ZEhAn45w",
>> oauth_signature_method="HMAC-SHA1", oauth_version="1.0",
>> oauth_signature="RjpaedDdvs6n9yX1TFI%2FNzrnbcQ%3D"
>>
> Are you sending these options in only one header line (the "Authorization"
> one) , or multiple lines as this dump suggest?
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to