Some time ago I start some topic about TeamViewer API
'?do=embed' frameborder='0' data-embedContent>>
Now I have some working example.
Here it is:
#Include "TeamViewer_Common.au3"
;##############
; Configuration
;##############
; API access $v_Token
Local $s_TV_AccessToken= "" ;<-- your access $v_Token, can be left empty when OAuth (below) is configured.
; OAuth: API client id & $s_AuthorizationCode
Local $i_ClientId, $s_AuthorizationCode
; if all variables are set here, O