<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Dropzone Forums — Imgur 'Authorization Failed'??]]></title>
	<link rel="self" href="https://forums.aptonic.com/feed/atom/topic/211/" />
	<updated>2020-02-27T21:13:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.aptonic.com/topic/211/imgur-authorization-failed/</id>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1117/#p1117" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[John]]></name>
				<uri>https://forums.aptonic.com/user/2/</uri>
			</author>
			<updated>2020-02-27T21:13:20Z</updated>
			<id>https://forums.aptonic.com/post/1117/#p1117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1116/#p1116" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[riya0001]]></name>
				<uri>https://forums.aptonic.com/user/17214/</uri>
			</author>
			<updated>2020-02-27T17:29:38Z</updated>
			<id>https://forums.aptonic.com/post/1116/#p1116</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1066/#p1066" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[riya0001]]></name>
				<uri>https://forums.aptonic.com/user/17214/</uri>
			</author>
			<updated>2019-12-27T06:33:38Z</updated>
			<id>https://forums.aptonic.com/post/1066/#p1066</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/644/#p644" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[peanutismint]]></name>
				<uri>https://forums.aptonic.com/user/458/</uri>
			</author>
			<updated>2015-05-30T09:00:18Z</updated>
			<id>https://forums.aptonic.com/post/644/#p644</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/643/#p643" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[John]]></name>
				<uri>https://forums.aptonic.com/user/2/</uri>
			</author>
			<updated>2015-04-24T03:29:53Z</updated>
			<id>https://forums.aptonic.com/post/643/#p643</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/642/#p642" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jonathon]]></name>
				<uri>https://forums.aptonic.com/user/459/</uri>
			</author>
			<updated>2015-04-23T19:46:19Z</updated>
			<id>https://forums.aptonic.com/post/642/#p642</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/641/#p641" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jonathon]]></name>
				<uri>https://forums.aptonic.com/user/459/</uri>
			</author>
			<updated>2015-04-23T17:00:24Z</updated>
			<id>https://forums.aptonic.com/post/641/#p641</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/640/#p640" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jonathon]]></name>
				<uri>https://forums.aptonic.com/user/459/</uri>
			</author>
			<updated>2015-04-23T16:23:17Z</updated>
			<id>https://forums.aptonic.com/post/640/#p640</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/638/#p638" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[John]]></name>
				<uri>https://forums.aptonic.com/user/2/</uri>
			</author>
			<updated>2015-04-16T01:48:04Z</updated>
			<id>https://forums.aptonic.com/post/638/#p638</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/637/#p637" />
			<content type="html"><![CDATA[<p>Thanks John! Awesome.</p>]]></content>
			<author>
				<name><![CDATA[peanutismint]]></name>
				<uri>https://forums.aptonic.com/user/458/</uri>
			</author>
			<updated>2015-04-15T23:57:31Z</updated>
			<id>https://forums.aptonic.com/post/637/#p637</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/636/#p636" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[John]]></name>
				<uri>https://forums.aptonic.com/user/2/</uri>
			</author>
			<updated>2015-04-15T23:37:54Z</updated>
			<id>https://forums.aptonic.com/post/636/#p636</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Imgur 'Authorization Failed'??]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/635/#p635" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[peanutismint]]></name>
				<uri>https://forums.aptonic.com/user/458/</uri>
			</author>
			<updated>2015-04-15T23:32:01Z</updated>
			<id>https://forums.aptonic.com/post/635/#p635</id>
		</entry>
</feed>
