Archived Forum Post

Index of archived forum posts

Question:

HTTP OAuth - How to specify oauth_callback parameter

Jun 26 '14 at 19:21

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.