<?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 Re: Authenticating with a custom mobile app in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537399#M2056</link>
    <description>&lt;P&gt;Thanks for the reply. I am looking through the links you provided to learn more. Do you happen to know if there are any examples of how to integrate the SDK(s) in a React Native app?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 21:08:48 GMT</pubDate>
    <dc:creator>FrustratedUser3</dc:creator>
    <dc:date>2021-08-05T21:08:48Z</dc:date>
    <item>
      <title>Authenticating with a custom mobile app</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537395#M2054</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am developing an app for my company and it needs to access Dropbox files on a regular basis. I often see in other apps the ability to connect with Dropbox, which presumably generates an access and refresh token pair to be used for Dropbox API access. Instead of writing my own login form, I would really like to use the Dropbox app on the phone to do the authentication. For example, the Adobe Reader app has a tab called 'Locations', which lists several cloud services. Tapping on 'Dropbox' opens the Dropbox app and the rest of the login flow happens there. When the user has successfully authenticated, the Dropbox app sends the user back to the Adobe Reader app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From a development point of view, I have no idea what that process is called and I can't find any information about it. It's magical from a UX perspective and I desperately want to implement the same flow in my app. Any information at all about how those two apps are interacting to accomplish the seamless hand-off would be extremely helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 22:10:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537395#M2054</guid>
      <dc:creator>FrustratedUser3</dc:creator>
      <dc:date>2021-08-05T22:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticating with a custom mobile app</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537397#M2055</link>
      <description>&lt;P&gt;It sounds like you're describing the app authorization flow built in to the official Dropbox mobile SDKs. You can find those here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;for Swift on iOS: &lt;A href="https://github.com/dropbox/SwiftyDropbox" target="_blank"&gt;https://github.com/dropbox/SwiftyDropbox&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;for Objective-C on iOS: &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;for Java: &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java&lt;/A&gt; (&lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android" target="_self"&gt;see Android example here&lt;/A&gt;)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you use the provided functionality there, the SDK will do most of the work for you, such as automatically using the official Dropbox mobile app for the authorization step, when available.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 21:04:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537397#M2055</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-08-05T21:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticating with a custom mobile app</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537399#M2056</link>
      <description>&lt;P&gt;Thanks for the reply. I am looking through the links you provided to learn more. Do you happen to know if there are any examples of how to integrate the SDK(s) in a React Native app?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 21:08:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537399#M2056</guid>
      <dc:creator>FrustratedUser3</dc:creator>
      <dc:date>2021-08-05T21:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticating with a custom mobile app</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537401#M2057</link>
      <description>&lt;P&gt;No, unfortunately the Dropbox SDKs don't officially support React Native.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 21:18:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Authenticating-with-a-custom-mobile-app/m-p/537401#M2057</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-08-05T21:18:56Z</dc:date>
    </item>
  </channel>
</rss>

