<?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: API oauth code/token storage php in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399847#M21886</link>
    <description>&lt;P&gt;I use php with an apache and mysql server. I don't have any framework like laravel that I use.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2020 19:30:47 GMT</pubDate>
    <dc:creator>FSUInnovation</dc:creator>
    <dc:date>2020-02-28T19:30:47Z</dc:date>
    <item>
      <title>API oauth code/token storage php</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399707#M21876</link>
      <description>&lt;P&gt;What array variable get returned to following the redirect uri upon a successful oauth2 flow on my app? Is it stored in a variable like $_GET['code'] or something like that? I tried checking for it in a variable and I recieved a error that the variable did not exist.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 07:11:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399707#M21876</guid>
      <dc:creator>FSUInnovation</dc:creator>
      <dc:date>2020-02-28T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: API oauth code/token storage php</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399839#M21883</link>
      <description>&lt;P&gt;You can find examples of the information included on the redirect URI after the user authorizes the app in the&amp;nbsp;/oauth2/authorize documentation, under the "Returns" section:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Specifically, there is a "Sample response" for both the code and token flow.&lt;/P&gt;
&lt;P&gt;Note that for the code flow, the values are passed as URL parameters, so they do get sent to your server. Exactly how the URL parameters are made available to your will depend on the web framework you're using, so I can't offer detailed insight on that. I&amp;nbsp;recommend referring to the documentation for your web framework.&lt;/P&gt;
&lt;P&gt;For the token flow, they are passed on the URL fragment, and so do not get sent to your server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 19:07:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399839#M21883</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-02-28T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: API oauth code/token storage php</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399847#M21886</link>
      <description>&lt;P&gt;I use php with an apache and mysql server. I don't have any framework like laravel that I use.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 19:30:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399847#M21886</guid>
      <dc:creator>FSUInnovation</dc:creator>
      <dc:date>2020-02-28T19:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: API oauth code/token storage php</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399875#M21891</link>
      <description>&lt;P&gt;In that case I&amp;nbsp;recommend checking the documentation for how to access the URL parameters for the URL from Apache in PHP. Those aren't made by&amp;nbsp;Dropbox so unfortunately I can't provide specific guidance for that. (It sounds like you're making a web app though so do make sure you are using you're using the "code" flow and not the "token" flow.)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 22:14:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-oauth-code-token-storage-php/m-p/399875#M21891</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-02-28T22:14:09Z</dc:date>
    </item>
  </channel>
</rss>

