<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic iOS: How can I authenticate via dropbox app? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101494#M3046</link>
    <description>&lt;P&gt;I see how it's happen in SDK, but I'm not sure that it right approach to try copy it. Any way I can't find anything regarding auth via app. I will appreciate for any info.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:43:17 GMT</pubDate>
    <dc:creator>Eduard B.5</dc:creator>
    <dc:date>2019-05-29T09:43:17Z</dc:date>
    <item>
      <title>iOS: How can I authenticate via dropbox app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101494#M3046</link>
      <description>&lt;P&gt;I see how it's happen in SDK, but I'm not sure that it right approach to try copy it. Any way I can't find anything regarding auth via app. I will appreciate for any info.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:43:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101494#M3046</guid>
      <dc:creator>Eduard B.5</dc:creator>
      <dc:date>2019-05-29T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: iOS: How can I authenticate via dropbox app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101495#M3047</link>
      <description>&lt;P&gt;We don't currently have any documentation for the app authorization flow built in to the official Dropbox mobile apps, but I'll be sure to pass this along as a request for that.&lt;/P&gt;

&lt;P&gt;That flow is handled for you in the SDKs, but if you're not using one of the SDKs, you'll need to use an OAuth 1 or OAuth 2 flow instead:&lt;/P&gt;

&lt;P&gt;OAuth 1:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/docs#request-token" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#request-token&lt;/A&gt; &lt;BR /&gt;
&lt;A href="https://www.dropbox.com/developers/core/docs#authorize" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#authorize&lt;/A&gt; &lt;BR /&gt;
&lt;A href="https://www.dropbox.com/developers/core/docs#access-token" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#access-token&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://blogs.dropbox.com/developers/2012/07/using-oauth-1-0-with-the-plaintext-signature-method/" rel="nofollow noreferrer"&gt;https://blogs.dropbox.com/developers/2012/07/using-oauth-1-0-with-the-plaintext-signature-method/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;OAuth 2:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/docs#oa2-authorize" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#oa2-authorize&lt;/A&gt; &lt;BR /&gt;
&lt;A href="https://www.dropbox.com/developers/core/docs#oa2-token" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#oa2-token&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://blogs.dropbox.com/developers/2013/07/using-oauth-2-0-with-the-core-api/" rel="nofollow noreferrer"&gt;https://blogs.dropbox.com/developers/2013/07/using-oauth-2-0-with-the-core-api/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 05:23:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101495#M3047</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-05-05T05:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: iOS: How can I authenticate via dropbox app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101496#M3048</link>
      <description>&lt;P&gt;Thanks for quick reply&lt;BR /&gt;
at the moment, I'm using oauth to authorization via safari and it's work fine, but I guess you understand that for it my customers need to fill form instead just a one tap to authorize. Anyway can I use the flow from Dropbox SDK to get authorization via app? (not using Dropbox SDK, just the using the same aproach) ? &lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 20:25:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101496#M3048</guid>
      <dc:creator>Eduard B.5</dc:creator>
      <dc:date>2015-05-05T20:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: iOS: How can I authenticate via dropbox app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101497#M3049</link>
      <description>&lt;P&gt;You could replicate what the SDK does, though it'd be safer to just use the standard OAuth flow, since the SDK flow isn't documented.&lt;/P&gt;

&lt;P&gt;By the way, on iOS, if you use an OAuth flow, make sure to use the &lt;CODE&gt;disable_signup&lt;/CODE&gt; parameter to comply with Apple's guidelines.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 21:51:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101497#M3049</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-05-05T21:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: iOS: How can I authenticate via dropbox app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101498#M3050</link>
      <description>&lt;P&gt;Got it, thanks for advice&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2015 22:49:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-How-can-I-authenticate-via-dropbox-app/m-p/101498#M3050</guid>
      <dc:creator>Eduard B.5</dc:creator>
      <dc:date>2015-05-05T22:49:47Z</dc:date>
    </item>
  </channel>
</rss>

