pinterest

    0熱度

    1回答

    我正在使用pinterest SDK將圖像發佈到pinterest。但我無法弄清楚我需要傳遞的參數「withSuccess」和「andFailure」在我的應用程序中調用以下方法的數據? -(void)createPinWithImageURL:(NSURL *)imageURL link:(NSURL *)link onBoard:(NSString *)boardId description:

    1熱度

    1回答

    在我使用Parse的其他應用程序中,我檢查currentUser是否爲零,並且如果沒有通過LogInViewController繼續搜索。使用Pinterest SDK,我無法在文檔中的任何地方查找currentUser。 什麼是最好的方式來構造這個,如果用戶已經授權,performSegueWIthIdentifier,如果不顯示這個LogInViewController?我正在考慮將用戶名保存

    0熱度

    1回答

    根據文檔(https://developers.pinterest.com/docs/sdks/ios/),有一種方法可以刪除板PDKClient.sharedInstance().deleteBoard,但我沒有看到任何要刪除的pin?

    1熱度

    2回答

    環顧四周,特別是關注Pinterest API文檔,我認爲我已經正確設置了所有內容,但在嘗試登錄時仍然得到error NSError: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: unauthorized (401)"。授予SDK文檔在Objective-C中,但我認爲我的S

    0熱度

    1回答

    似乎有一個字典值,我可以放在與PDKPin屬性對應的GET調用中,我可以在我的成功塊中調用解壓值,即「url」= PDKPin.url「note」= PDKPin .decriptionText,但我無法找到相應的屬性「鏈接」,這是可用的每個文件https://developers.pinterest.com/docs/api/pins/? PDKClient.sharedInstance().g

    1熱度

    1回答

    我已經在pinterst上獲取了我現有的bords,並獲得了Board Id,Board Name和Board URL等信息。 但是我想張貼與鏈接和描述CURL代碼畫面給人 我錯誤「授權失敗」 我的代碼是: $url_pin = 'https://api.pinterest.com/v1/pins/?board=' . $userName . '/' . $board_name . '&n

    0熱度

    1回答

    我意識到這是一個較新的API,因此我從SDK中添加了相關的源代碼。我遇到的問題是它用Obj-C編寫的,我不知道如何試圖弄清楚SDK /示例應用程序做什麼很困難。根據文檔https://github.com/pinterest/ios-pdk有.image和.largestImage屬性可用。在Xcode中,PDKPin.image和PDKPin.largestImage將編譯,但它們返回零。 在示

    0熱度

    1回答

    我在我的pinterest演示站點上使用ruby on rails在我的flash消息框中不斷收到'未被授權編輯此引腳'的消息,我無法弄清楚爲什麼? 儘管是登錄時創建該引腳的正確用戶,但我不斷收到此消息,但它不會讓我編輯或銷燬它。一切似乎工作正常。 這裏是我的文件: pins_controller.rb class PinsController < ApplicationController

    2熱度

    1回答

    在我的Pinterest應用程序中,我已將重定向URI設置爲https://my.site.com/pinterest/callback。在認證後進行重定向回到我的站點時,我附加了一個sessionid,以便查詢變爲https://my.site.com/pinterest/callback?sessionid=<string>。這似乎並不如我得到 所提供的REDIRECT_URI https:/

    1熱度

    2回答

    我正在嘗試使用PDK JS API(https://developers.pinterest.com/docs/sdks/js/)創建一個新的Pinterest Pin。 PDK.pin({ image_url: ImageUrl, note: Description, link: ShareUrl }, function(res){ console.lo