<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Dropzone Forums — Imgur 'Authorization Failed'??]]></title>
		<link>https://forums.aptonic.com/topic/211/imgur-authorization-failed/</link>
		<atom:link href="https://forums.aptonic.com/feed/rss/topic/211/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Imgur 'Authorization Failed'??.]]></description>
		<lastBuildDate>Thu, 27 Feb 2020 21:13:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/1117/#p1117</link>
			<description><![CDATA[<p>This version is unsupported and will not work correctly anymore. Also macOS 10.10 is no longer supported. You would need to be on a minimum version of macOS 10.13.</p><p>After updating your Mac you can install Dropzone 4 free from <a href="https://apps.apple.com/app/id1485052491?mt=12">https://apps.apple.com/app/id1485052491?mt=12</a></p>]]></description>
			<author><![CDATA[null@example.com (John)]]></author>
			<pubDate>Thu, 27 Feb 2020 21:13:20 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/1117/#p1117</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/1116/#p1116</link>
			<description><![CDATA[<p><a href="https://www.alltechhub.com/2020/02/how-to-connect-with-mcdonalds-wifi-Wayport-Access.html/">McDonalds Wifi Wayport_Access</a> produces</p><p>I&#039;m having issues with OAuth sign-in for Imgur, as well. I&#039;ve downloaded and installed the nightly that you linked to above, but no dice. Clicking on the icons for the various OAuth login options does nothing. I viewed the console, but no errors are thrown with the exception of a 404 for a css file on imgur.</p><p>Dropbox Version: 3.5 (763)<br />Mac Version: 10.10.3</p><p>Want any additional info?</p>]]></description>
			<author><![CDATA[null@example.com (riya0001)]]></author>
			<pubDate>Thu, 27 Feb 2020 17:29:38 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/1116/#p1116</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/1066/#p1066</link>
			<description><![CDATA[<p>Update: It&#039;s just the Google+ OAuth flow. Proceeding results in this:</p><p>Error: invalid_request</p><p>Invalid response_type: token?client_id=...</p><p><a href="https://mcdonaldswifiwayportaccess.com/">McDonalds Wifi Wayport_Access</a></p>]]></description>
			<author><![CDATA[null@example.com (riya0001)]]></author>
			<pubDate>Fri, 27 Dec 2019 06:33:38 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/1066/#p1066</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/644/#p644</link>
			<description><![CDATA[<p>Hey, just saw this update (didn&#039;t have notifications turned on for some reason). Works great for me with Twitter! :-) Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (peanutismint)]]></author>
			<pubDate>Sat, 30 May 2015 09:00:18 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/644/#p644</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/643/#p643</link>
			<description><![CDATA[<p>Thanks for that Jonathon! </p><p>I&#039;m going to wait a bit and see if Imgur fix this themselves. It&#039;s just the Google OAuth method that&#039;s broken just now - all the other methods (Facebook, Twitter and Yahoo) are currently working. If it&#039;s not fixed soon then I will implement the workaround in Dropzone you have suggested.</p><p>For any others looking for help with this, first make sure you download the beta build from:</p><p><a href="http://shipsomecode.com/misc/Dropzone-3.5-Build763.zip">http://shipsomecode.com/misc/Dropzone-3.5-Build763.zip</a></p><p>Then choose an authorization method other than G+ for the time being. Using a proper Imgur account or choosing Twitter, Facebook or Yahoo methods should all authorize fine.</p>]]></description>
			<author><![CDATA[null@example.com (John)]]></author>
			<pubDate>Fri, 24 Apr 2015 03:29:53 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/643/#p643</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/642/#p642</link>
			<description><![CDATA[<p>I linked my account by using an intercepting proxy and manually manipulating the OAuth flow. Looks like it&#039;s an imgur issue:</p><p>Imgur responds the webkit client with a 302 for accounts.google.com:<br /></p><div class="codebox"><pre><code>https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/plus.login&amp;state=http://api.imgur.com/oauth2/authorize?client_id=09119b67d9cb8e2&amp;response_type=token&amp;redirect_uri=https://imgur.com/signin/google_plus_callback&amp;response_type=code&amp;client_id={redacted}</code></pre></div><p>The problem is that this causes the flow to break down:<br /></p><div class="codebox"><pre><code>state=http://api.imgur.com/oauth2/authorize?client_id=09119b67d9cb8e2&amp;response_type=token</code></pre></div><p>Removing the client_id from the state parameter allows the flow to proceed:<br /></p><div class="codebox"><pre><code>https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/plus.login&amp;state=http://api.imgur.com/oauth2/authorize?response_type=token&amp;redirect_uri=https://imgur.com/signin/google_plus_callback&amp;response_type=code&amp;client_id={redacted}</code></pre></div><p>The OAuth flow proceeds on Google&#039;s side, allowing me to login. Then it redirects me back to imgur, but without the client_id in the response token, which causes webkit to go into a recursive loop that concatenates response_type=token a gazillion times over. I can finish off the flow by manually issuing the request that imgur is expecting:<br /></p><div class="codebox"><pre><code>GET /oauth2/authorize?response_type=token&amp;client_id=09119b67d9cb8e2</code></pre></div><p> </p><p>Hopefully that should help you with the fix. Good luck!</p>]]></description>
			<author><![CDATA[null@example.com (jonathon)]]></author>
			<pubDate>Thu, 23 Apr 2015 19:46:19 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/642/#p642</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/641/#p641</link>
			<description><![CDATA[<p>Update: It&#039;s just the Google+ OAuth flow. Proceeding results in this:</p><p>Error: invalid_request</p><p>Invalid response_type: token?client_id=...</p>]]></description>
			<author><![CDATA[null@example.com (jonathon)]]></author>
			<pubDate>Thu, 23 Apr 2015 17:00:24 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/641/#p641</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/640/#p640</link>
			<description><![CDATA[<p>I&#039;m having issues with OAuth sign-in for Imgur, as well. I&#039;ve downloaded and installed the nightly that you linked to above, but no dice. Clicking on the icons for the various OAuth login options does nothing. I viewed the console, but no errors are thrown with the exception of a 404 for a css file on imgur.</p><p>Dropbox Version: 3.5 (763)<br />Mac Version: 10.10.3</p><p>Want any additional info?</p>]]></description>
			<author><![CDATA[null@example.com (jonathon)]]></author>
			<pubDate>Thu, 23 Apr 2015 16:23:17 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/640/#p640</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/638/#p638</link>
			<description><![CDATA[<p>OK, I&#039;ve fixed it. Looks like there were some changes at Imgur and a bug in OAuth was introduced that I&#039;ve had to do a workaround for. Here&#039;s a beta version of Dropzone 3.5 you can download with the fix:</p><p><a href="http://shipsomecode.com/misc/Dropzone-3.5-Build763.zip">http://shipsomecode.com/misc/Dropzone-3.5-Build763.zip</a></p><p>You should close and trash your current version of Dropzone first. You can stick with this version and you&#039;ll still receive an auto-update to the final build of 3.5 when it is released.</p><p>Let me know if this fixes it for you <img src="https://forums.aptonic.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (John)]]></author>
			<pubDate>Thu, 16 Apr 2015 01:48:04 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/638/#p638</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/637/#p637</link>
			<description><![CDATA[<p>Thanks John! Awesome.</p>]]></description>
			<author><![CDATA[null@example.com (peanutismint)]]></author>
			<pubDate>Wed, 15 Apr 2015 23:57:31 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/637/#p637</guid>
		</item>
		<item>
			<title><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/636/#p636</link>
			<description><![CDATA[<p>Hmmm, yep same problem here. And yes it&#039;s caused by authenticating via Twitter, it works fine if authenticating via a normal Imgur account. I&#039;m looking into it now, hope to have a fix for you soon.</p>]]></description>
			<author><![CDATA[null@example.com (John)]]></author>
			<pubDate>Wed, 15 Apr 2015 23:37:54 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/636/#p636</guid>
		</item>
		<item>
			<title><![CDATA[Imgur 'Authorization Failed'??]]></title>
			<link>https://forums.aptonic.com/post/635/#p635</link>
			<description><![CDATA[<p>Trying to link my Imgur account (which I log into using Twitter credentials; not sure if that&#039;s pertinent) but every time I click the &#039;allow access&#039; button with &#039;log in using Twitter&#039; selected, it thinks about it for a while, even displays my Twitter header for a split second, but then tells me:</p><p>Authorization Failed</p><p>Failed to link your account. Try clicking the &#039;Link Account&#039; button again and ensure you login and click the &#039;Allow&#039; button.</p><br /><p>I&#039;ve tried it several times but no luck. Any ideas??</p>]]></description>
			<author><![CDATA[null@example.com (peanutismint)]]></author>
			<pubDate>Wed, 15 Apr 2015 23:32:01 +0000</pubDate>
			<guid>https://forums.aptonic.com/post/635/#p635</guid>
		</item>
	</channel>
</rss>
