odesk

    0熱度

    1回答

    我一直在嘗試使用PHP爲Odesk API上的特定提供程序生成結算報告。我試着用下面的網址與認證: https://www.odesk.com/gds/finreports/v2/providers/12345/billings?tq=SELECT amount WHERE date >= '2009-10-01' AND date <= '2009-10-31'&tqx=out:json

    0熱度

    1回答

    您好我跟着the upwork developers site和the twitter oauth signature generation document,我做了以下內容: timestamp = int(time.time()) nonce = ''.join([str(random.randint(0, 9)) for i in range(30)]) url = 'https://w

    0熱度

    1回答

    /** * Example of usage oDeskAPI * * @package oDeskAPI * @since 09/22/2014 * @copyright Copyright 2014(c) oDesk.com * @author Maksym Novozhylov <[email protected]> * @license oDesk's API Ter

    1熱度

    1回答

    以下是我的交易:我在odesk.com做自由職業的工作,我想跟蹤我的個人資料或我留給我的個人網站的工作申請的轉換。 對於客戶端,作業應用程序頁面的url爲https://www.odesk.com/applications/xxxxxxxxx,其中xxxxxxxxx是您的作業應用程序的標識。 所以我想我只是使用$_SERVER['HTTP_REFERER']來檢索以前的網址,並從它的作業應用程序I

    2熱度

    1回答

    我想使用他們的API將作業發佈到odesk帳戶。不幸的是,我遇到了麻煩。 我能夠獲得身份驗證並獲得我的工作,但是當我嘗試發佈工作時,它會返回400錯誤。 這裏是應答體。 HTTP Error 400: Bad Request Exception at POST https://www.odesk.com/api/hr/v2/jobs.json Server: nginx Date: Thu,