Jord Visser - UP 1 Posted August 12, 2020 I'm looking into connecting our vectorworks users to api's on the www with the use of OAuth. Is there a way to spawn a background thread with a simple webserver for the callbacks of the OAuth flow? Quote Share this post Link to post
PatW 18 Posted August 12, 2020 VectorScripts always have to be triggered by the user you can not listen for events in the background. That would be possible with the C++ SDK. If you want to communicate with OAuth by a menu command, it should be possible with python. 1 Quote Share this post Link to post