FIXED:[Exp. 2019.30790]WebClient OAuth1 not Working

It seems like that OAuth1 of the new WebClientDAT ist not working properly. I followed Markus example on the threaded WebCOMP. Using the WebCOMP I can acces the TwitterAPI without problems, but the WebClientDAT returns {“errors”:[{“code”:32,“message”:“Could not authenticate you.”}]}

I’m able to connect to the Twitter API using my credentials in the Web Client DAT. I assume your OAuth1 credentials are valid since you’re also using them in the WebCOMP, so something else must be going on.

Could you attach your toe file (with the credentials removed)?

Just checked if the credentials are actually the same, and indeed, still the same error.
oauth1Error.toe (18.6 KB)

Thanks for the example, this will be fixed in the next experimental release.

It was a parsing bug with URL query parameters (eg. q=%23TouchDesigner). As a workaround for the time being you can remove the parameter from the URL and use the parameter input DAT (2nd input on the Web Client DAT) with the parameter name/value pair unencoded (ie. ‘q’, ‘#TouchDesigner’).