importYouTubeVideo
- Home
- Multimedia
- UgcVideo
- importYouTubeVideo
importYouTubeVideo
Imports a YouTube video into the ONEsite video system and associates it with the user.
Parameters
Name | Description |
userID required | The user’s primary identifier. |
blogID required | The primary identifier for the user or group’s site. (Same as siteID) |
galleryID required | A video gallery id. |
youtubeVideoID optional | A YouTube video id. |
youtubeVideoUrl optional | A YouTube video url that includes a video id. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcVideo?action=importYouTubeVideo&nodeID=188234&userID=229928503&blogID=234714047&youtubeVideoID=C0DPdy98e4c&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
{ "service":"ugcVideo", "action":"importYouTubeVideo", "code":1, "message":"YouTube video imported", "item":{ "video_id":"1548649", "date_created":"2019-02-19 11:33:36", "uploaded_by":"229928503", "blog_id":"234714047", "title":"", "description":"", "video_status":"ready", "status":"active", "filename":".flv", "width":"640", "height":"480", "video_num_views":"0", "rating":0, "rating_count":"0", "page_url":"http:\/\/www.onesitedemo.com\/onedemo\/go\/gallery\/item\/1548649?type=video", "preview_url":"http:\/\/videos.onesite.com\/188234\/clips\/?v=1", "preview_name":null, "video_url":"http:\/\/videos.onesite.com\/188234\/", "content_id":"1813759383", "type":"video", "external_video_id":"C0DPdy98e4c", "external_video_info":"<div class=\"youTubePlayerWrapper\" id=\"youTubePlayerWrapper_C0DPdy98e4c\">\r\n<iframe src = \"http:\/\/www.youtube.com\/embed\/C0DPdy98e4c?autoplay=0&hd=0&showinfo=0&controls=1&autohide=1&modestbranding=0&fs=0&rel=0&wmode=opaque\"\r\ntype = \"text\/html\"\r\nclass = \"youtube-player\"\r\nwidth = \"640\"\r\nheight = \"480\"\r\nframeborder = \"0\"\r\n><\/iframe>\r\n<\/div>", "embed_code":"PGRpdiBjbGFzcz0ieW91VHViZVBsYXllcldyYXBwZXIiIGlkPSJ5b3VUdWJlUGxheWVyV3JhcHBlcl9DMERQZHk5OGU0YyI+DQo8aWZyYW1lIHNyYyAgICAgICAgID0gImh0dHA6Ly93d3cueW91dHViZS5jb20vZW1iZWQvQzBEUGR5OThlNGM\/YXV0b3BsYXk9MCZoZD0wJnNob3dpbmZvPTAmY29udHJvbHM9MSZhdXRvaGlkZT0xJm1vZGVzdGJyYW5kaW5nPTAmZnM9MCZyZWw9MCZ3bW9kZT1vcGFxdWUiDQp0eXBlICAgICAgICA9ICJ0ZXh0L2h0bWwiDQpjbGFzcyAgICAgICA9ICJ5b3V0dWJlLXBsYXllciINCndpZHRoICAgICAgID0gIjY0MCINCmhlaWdodCAgICAgID0gIjQ4MCINCmZyYW1lYm9yZGVyID0gIjAiDQo+PC9pZnJhbWU+DQo8L2Rpdj4=", "associated_data":null, "profile":{ "user_id":"229928503", "display_name":"ONEsite", "location":"", "age":22, "domain":"onesitedemo.com", "subdir":"onedemo", "home_url":"http:\/\/www.onesitedemo.com\/onedemo", "node_home_urls":{ "188234":"http:\/\/www.onesitedemo.com\/onedemo" }, "name":"ONEsite", "gender":"3", "first_name":"ONEsite", "last_name":"", "username":"onesitedemo", "master_node_id":"188234", "avatar":"http:\/\/images.onesite.com\/resources\/images\/unisex_v4b.gif?ver=14.07.31", "photo":"http:\/\/images.onesite.com\/resources\/images\/unisex_v4.gif?ver=14.07.31", "site_id":"234714047" }, "available_encodings":{ "":"http:\/\/videos.onesite.com\/188234\/." }, "available_formats":[ ], "gallery_name":"Public Gallery", "prev_video_id":null, "next_video_id":"1548647" } } |
Service Information
Service | ugcVideo |
Method | importYouTubeVideo |
Type | REST |
Response Types | JSON, XML |