<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Android YouTube API Example For Channels	</title>
	<atom:link href="https://www.truiton.com/2015/03/android-youtube-api-example-channels/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.truiton.com/2015/03/android-youtube-api-example-channels/</link>
	<description>Technology Reaching Us In Time - Online</description>
	<lastBuildDate>Thu, 21 Nov 2019 08:49:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Daniel		</title>
		<link>https://www.truiton.com/2015/03/android-youtube-api-example-channels/#comment-12511</link>

		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 01 Mar 2017 19:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=932#comment-12511</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.truiton.com/2015/03/android-youtube-api-example-channels/#comment-10934&quot;&gt;Sagar&lt;/a&gt;.

Use this url:

https://www.googleapis.com/youtube/v3/search?part=snippet&#038;channelId={CHANNEL-ID}&#038;order=date&#038;key={YOUR-KEY}

Thats work with channels, yours urls just for youtube users]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.truiton.com/2015/03/android-youtube-api-example-channels/#comment-10934">Sagar</a>.</p>
<p>Use this url:</p>
<p><a href="https://www.googleapis.com/youtube/v3/search?part=snippet&#038;channelId=" rel="nofollow ugc">https://www.googleapis.com/youtube/v3/search?part=snippet&#038;channelId=</a>{CHANNEL-ID}&amp;order=date&amp;key={YOUR-KEY}</p>
<p>Thats work with channels, yours urls just for youtube users</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sagar		</title>
		<link>https://www.truiton.com/2015/03/android-youtube-api-example-channels/#comment-10934</link>

		<dc:creator><![CDATA[Sagar]]></dc:creator>
		<pubDate>Wed, 16 Nov 2016 06:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=932#comment-10934</guid>

					<description><![CDATA[Hey Mohit!.. I found this post really very helpful. I even tried to follow this code. I couldn&#039;t be able to find my channel ID from this URL
	
https://www.googleapis.com/youtube/v3/channels?part=snippet&#038;forUsername={USERNAME}&#038;key={YOUR_API_KEY}

I hv put my username &#038; APIKEy.. but what i got is this:
{
 &quot;error&quot;: {
  &quot;errors&quot;: [
   {
    &quot;domain&quot;: &quot;usageLimits&quot;,
    &quot;reason&quot;: &quot;ipRefererBlocked&quot;,
    &quot;message&quot;: &quot;The request did not specify any Android package name or signing-certificate fingerprint. Please ensure that the client is sending them or use the API Console to update your key restrictions.&quot;,
    &quot;extendedHelp&quot;: &quot;https://console.developers.google.com/apis/credentials?project=963911194273&quot;
   }
  ],
  &quot;code&quot;: 403,
  &quot;message&quot;: &quot;The request did not specify any Android package name or signing-certificate fingerprint. Please ensure that the client is sending them or use the API Console to update your key restrictions.&quot;
 }
}

Plz help me out of this.]]></description>
			<content:encoded><![CDATA[<p>Hey Mohit!.. I found this post really very helpful. I even tried to follow this code. I couldn&#8217;t be able to find my channel ID from this URL</p>
<p><a href="https://www.googleapis.com/youtube/v3/channels?part=snippet&#038;forUsername=" rel="nofollow ugc">https://www.googleapis.com/youtube/v3/channels?part=snippet&#038;forUsername=</a>{USERNAME}&amp;key={YOUR_API_KEY}</p>
<p>I hv put my username &amp; APIKEy.. but what i got is this:<br />
{<br />
 &#8220;error&#8221;: {<br />
  &#8220;errors&#8221;: [<br />
   {<br />
    &#8220;domain&#8221;: &#8220;usageLimits&#8221;,<br />
    &#8220;reason&#8221;: &#8220;ipRefererBlocked&#8221;,<br />
    &#8220;message&#8221;: &#8220;The request did not specify any Android package name or signing-certificate fingerprint. Please ensure that the client is sending them or use the API Console to update your key restrictions.&#8221;,<br />
    &#8220;extendedHelp&#8221;: &#8220;https://console.developers.google.com/apis/credentials?project=963911194273&#8221;<br />
   }<br />
  ],<br />
  &#8220;code&#8221;: 403,<br />
  &#8220;message&#8221;: &#8220;The request did not specify any Android package name or signing-certificate fingerprint. Please ensure that the client is sending them or use the API Console to update your key restrictions.&#8221;<br />
 }<br />
}</p>
<p>Plz help me out of this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sanjay		</title>
		<link>https://www.truiton.com/2015/03/android-youtube-api-example-channels/#comment-10863</link>

		<dc:creator><![CDATA[Sanjay]]></dc:creator>
		<pubDate>Sat, 05 Nov 2016 11:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=932#comment-10863</guid>

					<description><![CDATA[Hey Mohit, this is a great article and very useful. I wanted to check if it is possible to fetch all the user reviews for the playlists from channel? Also, can we allow users to review for the youtube playlists from within our app?]]></description>
			<content:encoded><![CDATA[<p>Hey Mohit, this is a great article and very useful. I wanted to check if it is possible to fetch all the user reviews for the playlists from channel? Also, can we allow users to review for the youtube playlists from within our app?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yunus		</title>
		<link>https://www.truiton.com/2015/03/android-youtube-api-example-channels/#comment-7177</link>

		<dc:creator><![CDATA[Yunus]]></dc:creator>
		<pubDate>Fri, 29 May 2015 09:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=932#comment-7177</guid>

					<description><![CDATA[Hi Mohit,
I read your post. That&#039;s really cool.
But what will be the case if I have a list of videoIds (YouTube Video URLs) stored locally.
Now in my screen I have two buttons, viz Previous and Next
What I want is to load the next video from my Array (List) when user clicks the Next button and similarly to load the previous video when user clicks the Previous button.
I know there is a method onInitializatioSuccess(...) in which, we are calling player.loadVideo(...)
But I really don&#039;t know how can I traverse the videos in my case.
Any help would be greatly appreciated.
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Mohit,<br />
I read your post. That&#8217;s really cool.<br />
But what will be the case if I have a list of videoIds (YouTube Video URLs) stored locally.<br />
Now in my screen I have two buttons, viz Previous and Next<br />
What I want is to load the next video from my Array (List) when user clicks the Next button and similarly to load the previous video when user clicks the Previous button.<br />
I know there is a method onInitializatioSuccess(&#8230;) in which, we are calling player.loadVideo(&#8230;)<br />
But I really don&#8217;t know how can I traverse the videos in my case.<br />
Any help would be greatly appreciated.<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.truiton.com @ 2026-04-16 15:15:03 by W3 Total Cache
-->