Which Google API and version (e.g. Google Tasks API version 1)?
Google API Youtube Analytics any version.
What should the sample demonstrate (e.g. using OAuth2, using a specific
feature of that API)?
Getting a list of users Cahnnels and number of views,likes and dislike for each
one.
Platform (e.g. Windows, Mono, Silverlight, WP7)?
Windows
External references, such as API reference guide?
Please provide any additional information below.
I was trying to follow the provided javascript sample for this purpose but
somewhere along the code in order to get the channel Id these lines of code are
used:
var request = gapi.client.youtube.channels.list({
// "mine: true" indicates that you want to retrieve the authenticated user's channel.
mine: true,
part: 'id,contentDetails'
});
unfortunately I was not able to find such method in the counterpart .Net
library,
the only way to query against it is to copy the channel id and hard-coding it
into code which is not practical in my opinion so I suspect that it might be
categorized as an issue. I was not able to find any sample using Youtube
analytics .Net api on the internet.
I wasn't able to find a solution for this for days now and any help, hint or
clarification by you guys would be much appreciated.
thanks in advance
-Bahador
Original issue reported on code.google.com by b.izadpa...@gmail.com on 22 Jan 2013 at 12:18
Original issue reported on code.google.com by
b.izadpa...@gmail.com
on 22 Jan 2013 at 12:18