1. <small id='dntbT'></small><noframes id='dntbT'>

      <i id='dntbT'><tr id='dntbT'><dt id='dntbT'><q id='dntbT'><span id='dntbT'><b id='dntbT'><form id='dntbT'><ins id='dntbT'></ins><ul id='dntbT'></ul><sub id='dntbT'></sub></form><legend id='dntbT'></legend><bdo id='dntbT'><pre id='dntbT'><center id='dntbT'></center></pre></bdo></b><th id='dntbT'></th></span></q></dt></tr></i><div id='dntbT'><tfoot id='dntbT'></tfoot><dl id='dntbT'><fieldset id='dntbT'></fieldset></dl></div>

        <bdo id='dntbT'></bdo><ul id='dntbT'></ul>

        <legend id='dntbT'><style id='dntbT'><dir id='dntbT'><q id='dntbT'></q></dir></style></legend><tfoot id='dntbT'></tfoot>
      1. php zend gdata - 使用 oauth 获取谷歌文档列表

        时间:2023-10-02
        • <bdo id='jtZRf'></bdo><ul id='jtZRf'></ul>
        • <i id='jtZRf'><tr id='jtZRf'><dt id='jtZRf'><q id='jtZRf'><span id='jtZRf'><b id='jtZRf'><form id='jtZRf'><ins id='jtZRf'></ins><ul id='jtZRf'></ul><sub id='jtZRf'></sub></form><legend id='jtZRf'></legend><bdo id='jtZRf'><pre id='jtZRf'><center id='jtZRf'></center></pre></bdo></b><th id='jtZRf'></th></span></q></dt></tr></i><div id='jtZRf'><tfoot id='jtZRf'></tfoot><dl id='jtZRf'><fieldset id='jtZRf'></fieldset></dl></div>
            <tbody id='jtZRf'></tbody>

            <tfoot id='jtZRf'></tfoot>

              • <legend id='jtZRf'><style id='jtZRf'><dir id='jtZRf'><q id='jtZRf'></q></dir></style></legend>

                • <small id='jtZRf'></small><noframes id='jtZRf'>

                  本文介绍了php zend gdata - 使用 oauth 获取谷歌文档列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我用我这样设置的有效令牌进行了会话:

                  I've got my session with the valid token that i set up this way :

                  $session_token = Zend_Gdata_AuthSub::getAuthSubSessionToken($_GET['token']);
                  // Store the session token in our session.
                  $_SESSION['cal_token'] = $session_token;
                  

                  然后我希望能够做到这一点:

                  Then i want to be able to do this:

                  $service = Zend_Gdata_Docs::AUTH_SERVICE_NAME;
                  $client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $service);
                  $docs = new Zend_Gdata_Docs($client);
                  $feed = $docs->getDocumentListFeed();
                  

                  但是使用令牌.而不是使用 user/pass/service 进行身份验证

                  But using the token. Instead of the authentication with user/pass/service

                  我已经看过一些这样的例子,但我没有找到任何让它工作的方法.

                  I already looked at some example of this but i didn't find any way to make it work.

                  谢谢大家!

                  推荐答案

                      // Retrieve user's list of Google Docs
                      $client = Zend_Gdata_AuthSub::getHttpClient($_SESSION['cal_token']);
                      $docs = new Zend_Gdata_Docs($client);
                      $feed = $docs->getDocumentListFeed();
                      foreach ($feed->entries as $entry) {
                        echo "$entry->title
                  ";
                      }
                  

                  这篇关于php zend gdata - 使用 oauth 获取谷歌文档列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 PHP 中使用 jqgrid 上传文件 下一篇:为什么在 setter 方法中返回 $this ?

                  相关文章

                  最新文章

                        <bdo id='JUN2Y'></bdo><ul id='JUN2Y'></ul>

                      <i id='JUN2Y'><tr id='JUN2Y'><dt id='JUN2Y'><q id='JUN2Y'><span id='JUN2Y'><b id='JUN2Y'><form id='JUN2Y'><ins id='JUN2Y'></ins><ul id='JUN2Y'></ul><sub id='JUN2Y'></sub></form><legend id='JUN2Y'></legend><bdo id='JUN2Y'><pre id='JUN2Y'><center id='JUN2Y'></center></pre></bdo></b><th id='JUN2Y'></th></span></q></dt></tr></i><div id='JUN2Y'><tfoot id='JUN2Y'></tfoot><dl id='JUN2Y'><fieldset id='JUN2Y'></fieldset></dl></div>
                    1. <legend id='JUN2Y'><style id='JUN2Y'><dir id='JUN2Y'><q id='JUN2Y'></q></dir></style></legend>

                      <small id='JUN2Y'></small><noframes id='JUN2Y'>

                    2. <tfoot id='JUN2Y'></tfoot>