pinterest

    2熱度

    1回答

    我正在使用Pinterest API,我試圖獲得喜歡和重複計數針對所有Pinterest的給定針腳。例如: 對於此針(https://www.pinterest.com/pin/91972017369448537/),我使用API​​並獲得12個repins和11個贊。但是,如果您查看電路板上的引腳(https://www.pinterest.com/poposandra/article/),則會

    1熱度

    2回答

    當開發對pinterest API開發時,我運行一個簡單的開發服務器,沒有HTTPS。無論我如何解決它,pinterest API似乎只允許https URI。 有沒有辦法將應用程序置於特定的開發模式,並允許非加密的重定向URI? 我有點兒被他們的支持頁面引導到這裏,所以如果這不是問公司特定問題的地方,請讓我知道,我會刪除它。 謝謝!

    5熱度

    2回答

    我想在Pinterest分享圖像。我已經在沒有CocoaPods的情況下配置了Pinterest iOS SDK。 我寫過的代碼讓我重定向到Pinterest應用並獲得授權。但之後我沒有得到任何迴應。 在之前的iOS SDK版本中,我們只能傳遞該圖片的網址。但現在它也要求Board ID。 我不知道如何獲得主板ID並在Pinterest中分享圖像,因爲我沒有收到成功塊的任何響應。 這是我正在使用的

    2熱度

    1回答

    我想在pinterest上分享一個data-uri圖像。 我想出下面的標記: <a target="_blank" href="https://www.pinterest.com/pin/create/button/"> <img class="pin-image" src="data:image/png;base64,…"> </a> 在我的身上,我包括本月底JS: <scrip

    0熱度

    2回答

    我正在嘗試從Pinterest API中找到統計信息的方法。 像Facebook圖形API:URL Object 或者在countserv端點鏈接: https://www.linkedin.com/countserv/count/share?format=json&url=https://www.linkedin.com/pulse/breaking-5-major-boolean-syntax

    0熱度

    2回答

    我有一個網站,我想顯示來自給定pinterest用戶(實際上始終是同一個用戶)的最新主板的4個引腳。 計劃使用Pinterest API。我閱讀了所有的Pinterest API文檔,並在網上搜索,似乎網站訪問者需要以某種方式授權或登錄Pinterest,這並不是我想要的(根據Pinterest - how to display latest pin (image and title)?)。我只想

    0熱度

    1回答

    我使用this php wrapper,成功地從Pinterest的使用根據文檔生成的鏈接得到一個代碼: $loginurl = $pinterest->auth->getLoginUrl($callback_url, array('read_public')); 後來,當我運行此: $token = $pinterest->auth->getOAuthToken($_GET['code'])

    0熱度

    2回答

    我實現了Pinterest的和能夠得到的接入碼的OAuth,但是當我試圖做一個GET /v1/me/我得到這個錯誤在Chrome控制檯 - 的XMLHttpRequest無法加載 https://api.pinterest.com/v1/me?oauth_token=XXXXX&v=20121125。否 「訪問控制 - 允許來源」標題出現在請求的 資源中。原因'https://localhost:

    0熱度

    1回答

    我想和大家分享我的產品我的e店,但我收到此錯誤: Parameter 'image_url' (value http:null) is not a valid URL format. 我看過以前關於這個話題的答案,但我還是沒有解決這個問題的能力...... 我的模板有此代碼node-product.tpl.php,這是節點的產品模板: <a target="_blank" href="http:/

    -1熱度

    1回答

    我正在做一個像pinterest的擴展任何人都可以告訴我這個擴展的權限應該是什麼?