top of page

Creating Access token for GoToTraining.com

  • Writer: سُلَيْمَان بْن دَاوُوْد
    سُلَيْمَان بْن دَاوُوْد
  • Jan 5, 2025
  • 1 min read

They now a days offer more than 3 products namely GoTotraining,  GoToMeeting, GoToWebinar  etc  so everyone faces problen in creating acess tokens but if you are on Linux its pretty easy watch screenshot below

You need to run following command in Shell or terminal and the last parameter client_id is the  developer API key

you initially need to create a developer account then create a new application after that your API key will be approved by citrixonline  after which you will be able to run following command sucessfully



Recent Posts

See All
Get User IP Address in PHP

public static function function get_client_ip() { $ipaddress = ''; if (getenv('HTTP_CLIENT_IP')) $ipaddress =...

 
 
 

Comments


© 2020 by syednazrulhassan

bottom of page