Custom "Pro account" player for embedding videos uploaded via API - vimeo

Is there any way of setting a custom player (already defined on a pro account) for embed videos uploaded via API?
Thanks,
Regards,
Marcelo

The Vimeo API returns video file urls. You must combine those urls with your custom player on your own. Your custom player's documentation should have more information about this.
There is no way for the Vimeo API to automatically provide videos in the context of your player.

Related

Can we create a Custom category in Vimeo? Is there any API available for that?

Can we create a Custom category?
Is there any API available for that?
No. The Categories on Vimeo are hard-coded and are intended for discovery of public videos. API documentation for Categories is found on the Vimeo Developer Site.
If you want to do some kind of self-categorization for organization purposes, try using Folders instead. API docs are also on the dev site.

API for Vimeo doesn't have a count for the number of finishes ?

The number of viewers who haved watched a video is easily accessible from the API from videos -> stats/plays but I would also like to retrieve the number of viewers who have watched the video to the end. How do I retrieve this statistic ? It is easily accessible from the website, but I can't find it in the returned stats.
Only the number of plays via the GET video API call for now. https://developer.vimeo.com/api/reference/videos#get_video
If you want to download a table with stats, you will need to log in at your vimeo dashboard ..
#see How to get video stats via vimeo api
and Is it possible to get play statistics from an album of videos using the Vimeo API?

Upload large video to Picasaweb or Google Photos

I saw that Google has release Google Photos, but there is no API for Google Photos, only Picasa Web Album, but the problem is the API support for Picasaweb limit by 100MB, so can we do the cheat upload same as the browser (Picasa web or Google Photos upload) to upload video larger than 100MB?
I've do the analytics the header package of Picasa/Photos when trying to upload a video, look like it's use the resumable technical to upload video.
When I do the analytics of Picasaweb upload, I've saw that it's use the docs.google.com domain to handle the upload, so is there any relating between the Google Drive and Picasa? I mean can we upload video/image to Picasa through Google Drive?
Thanks.
While uploading a video to Picasa cannot be achieved either by the Picasa API or Drive API, you can upload the video to your Drive account, with a file of up to 5120GB.
To be able to do this, you should implement a Resumable Upload, splitting the file into chunks of the same size, and uploading one by one. The process is fully documented and described here: https://developers.google.com/drive/web/manage-uploads#resumable

Using YouTube V3.0/V2.0 API to download JSON feed of channel stats and videos

I am trying to use a YouTube V3.0 API call to download a JSON feed of information for a particular YouTube channel (e.g: the Apple YouTube channel).
I have been looking at the YouTube API documentation, however I am struggling to construct the correct URL that I need to make the API call.
Basically, I just want this API call to return a JSON feed containing information such a the amount of subscribers, the amount of total video views for a particular YouTube channel.
Any help would be great, thanks.
Dan
Channels->list call id what you re looking for. You can use the API explorer at the end of the page to customize your search and construct the GET request you need.

Sharing a link and or uploading a photo on facebook using actionscript

Developing a flash based image editing application and I want to be able to share and or save edited images to facebook.
Do I need to get a API Key to upload photos?
What if I simply want to share a link with my friends? Do I still need an API key?
Can someone point me to examples and or tutorials?
You can definitely do all of the things you want using the new Facebook Graph API. You will need an API key. There is an official ActionScript API for facebook and a get started guide from Adobe.
The actual library you need is available on google code.