method-videos-getRecordToken
Last edited: January 27th, 2009 by Colin DevroeGenerate token for embedded recorder
Note: ALL arguments are required.
Authenication
This method requires authentication with viddler.users.auth API method.
Arguments
- api_key
- Assigned Viddler API Key
- method
- Should be set to “Viddler.videos.getRecordToken”
- sessionid
- Current session in generated by calling viddler.users.auth method
Example Call
http://api.viddler.com/rest/v1/?method=viddler.users.getRecordToken&api_key=12345ffbbce455&sessionid=123123123123123
Example Response
<?xml version="1.0" encoding="UTF-8"?> <record_token>5116fc111c3e44524b4e300</record_token>