<?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: How to add 1Password to the authentication view using SwiftyDropbox? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/223104#M11972</link>
    <description>To follow up here, the latest version of SwiftyDropbox does now have support for the 1Password extension in the app authorization flow, by virtue of now using SFSafariViewController, which automatically has access to extensions.</description>
    <pubDate>Fri, 26 May 2017 20:51:26 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-05-26T20:51:26Z</dc:date>
    <item>
      <title>How to add 1Password to the authentication view using SwiftyDropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/163867#M5787</link>
      <description>&lt;P&gt;Hi &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;
&lt;P&gt;I’m using Dropbox.authorizeFromController(self) in my app to allow users to authorize their Dropbox account.&lt;/P&gt;
&lt;P&gt;What I want to do is, add a 1Password button to the web view that is displayed if the user doesn’t have the Dropbox app installed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://twitter.com/iComicsApp/status/683859634877239296" target="_blank" rel="nofollow noreferrer"&gt;This developer&lt;/A&gt; managed to do it but I’m not sure how he did it.&lt;/P&gt;
&lt;P&gt;Is there a way to generate the authentication URL and load it in a web view or &amp;nbsp;is there another way to do it?&lt;/P&gt;
&lt;P&gt;Thanks &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:36:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/163867#M5787</guid>
      <dc:creator>Shahaf L.</dc:creator>
      <dc:date>2019-05-29T09:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add 1Password to the authentication view using SwiftyDropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/163868#M5788</link>
      <description>&lt;P&gt;Hi Shahaf, that certainly would be a nice feature to have in the SDK, so I'll be sure to send this along as a feature request.&lt;/P&gt;
&lt;P&gt;Anyway, that seems to be the&amp;nbsp;1Password App Extension, which&amp;nbsp;can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/AgileBits/onepassword-app-extension" rel="nofollow noreferrer"&gt;https://github.com/AgileBits/onepassword-app-extension&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We at&amp;nbsp;Dropbox can't really offer developer support&amp;nbsp;for integrating that of course, since we didn't make it, but if you need any help with that I'm sure the friendly folks over at AgileBits would be happy to help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, &lt;A href="https://github.com/dropbox/SwiftyDropbox" target="_blank" rel="nofollow noreferrer"&gt;SwiftyDropbox&lt;/A&gt;&amp;nbsp;itself is open source, so you can modify it if necessary if you wanted to add that directly. (Pull requests welcome. :-))&lt;/P&gt;
&lt;P&gt;Alternatively, if you wanted to implement the app authorization flow separately&amp;nbsp;from SwiftyDropbox, (e.g., to load it in a web view you control completely) you could certainly do that too.&amp;nbsp;Dropbox API v2 uses OAuth 2, and you can find the documentation for our OAuth 2 endpoints in the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank" rel="nofollow noreferrer"&gt;API v2 HTTP documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 07:02:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/163868#M5788</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-16T07:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to add 1Password to the authentication view using SwiftyDropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/163869#M5789</link>
      <description>&lt;P&gt;Hi Gregory,&lt;/P&gt;
&lt;P&gt;I’ll make a custom view using the HTTP API until it will be a part of the SwiftyDropbox API.&lt;/P&gt;
&lt;P&gt;Thanks for sending my feature request and for the quick help &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 07:16:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/163869#M5789</guid>
      <dc:creator>Shahaf L.</dc:creator>
      <dc:date>2016-01-16T07:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add 1Password to the authentication view using SwiftyDropbox?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/223104#M11972</link>
      <description>To follow up here, the latest version of SwiftyDropbox does now have support for the 1Password extension in the app authorization flow, by virtue of now using SFSafariViewController, which automatically has access to extensions.</description>
      <pubDate>Fri, 26 May 2017 20:51:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-1Password-to-the-authentication-view-using/m-p/223104#M11972</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-26T20:51:26Z</dc:date>
    </item>
  </channel>
</rss>

