Question:
I am using the Http ActiveX object from classic ASP. I am wanting to specify an oauth_callback parameter when making an OAuth Request Token call.
I cannot see any way of specifying this as there is no OAuthCallback parameter for the Chilkat_9_5_0.Http object.
The SessionLogFilename log shows this parameter in the OAuth header: oauth_callback="oob"
How can I specify a value for this parameter.