<?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 Obj-C API-2 equivalent of client.create_oauth2_access_token() in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192510#M8562</link>
    <description>&lt;P&gt;What is the Obj-C API-2 equivalent of the (for example, from python) client.create_oauth2_access_token() ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. how to automatically (for the user) transition an&amp;nbsp;&lt;SPAN&gt;OAuth 1 token to OAuth 2 token?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:28:47 GMT</pubDate>
    <dc:creator>Wouter V.</dc:creator>
    <dc:date>2019-05-29T09:28:47Z</dc:date>
    <item>
      <title>Obj-C API-2 equivalent of client.create_oauth2_access_token()</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192510#M8562</link>
      <description>&lt;P&gt;What is the Obj-C API-2 equivalent of the (for example, from python) client.create_oauth2_access_token() ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e. how to automatically (for the user) transition an&amp;nbsp;&lt;SPAN&gt;OAuth 1 token to OAuth 2 token?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:28:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192510#M8562</guid>
      <dc:creator>Wouter V.</dc:creator>
      <dc:date>2019-05-29T09:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Obj-C API-2 equivalent of client.create_oauth2_access_token()</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192618#M8572</link>
      <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers-v1/core/docs/python#DropboxClient.create_oauth2_access_token" target="_self"&gt;create_oauth2_access_token&lt;/A&gt;&amp;nbsp;method in the Python SDK for API v1 uses the &lt;A href="https://www.dropbox.com/developers-v1/core/docs#oa2-from-oa1" target="_self"&gt;/1/oauth2/token_from_oauth1&lt;/A&gt;&amp;nbsp;endpoint, which is signed with OAuth 1. You can continue using this method/endpoint while API v1 is available&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_self"&gt;Official Objective-C SDK for Dropbox API v2&lt;/A&gt;&amp;nbsp;only uses OAuth 2, so it can't use that endpoint.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We did recently introduce a new API v2 endpoint, &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;, to support this OAuth 1 access token to OAuth 2 access token in migration, but that hasn't been added to the SDK yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 17:36:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192618#M8572</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-31T17:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Obj-C API-2 equivalent of client.create_oauth2_access_token()</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192637#M8579</link>
      <description>&lt;P&gt;Hi Greg, thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;We did recently introduce a new API v2 endpoint, &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;, to support this OAuth 1 access token to OAuth 2 access token in migration, but that hasn't been added to the SDK yet.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If it is planned, I'd be happy to wait. We have some time before June 2017. It would safe us thousands of support emails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wouter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:13:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192637#M8579</guid>
      <dc:creator>Wouter V.</dc:creator>
      <dc:date>2016-10-31T19:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Obj-C API-2 equivalent of client.create_oauth2_access_token()</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192643#M8580</link>
      <description>Great, that shouldn't be a problem. That endpoint should be implemented in the SDK the next time the SDK is regenerated and released, which should be well before June.</description>
      <pubDate>Mon, 31 Oct 2016 19:26:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192643#M8580</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-31T19:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Obj-C API-2 equivalent of client.create_oauth2_access_token()</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192644#M8581</link>
      <description>&lt;P&gt;Happy ending for Obj-C&amp;nbsp;after all.&amp;nbsp;That's great thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:28:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Obj-C-API-2-equivalent-of-client-create-oauth2-access-token/m-p/192644#M8581</guid>
      <dc:creator>Wouter V.</dc:creator>
      <dc:date>2016-10-31T19:28:35Z</dc:date>
    </item>
  </channel>
</rss>

