joeblogs

    0熱度

    1回答

    我試圖完成與JoeBlogs WordPress的包裝領域。 我的代碼是: private void postToWordpress(string title, string postContent,string tags, string aioTitle) { string link = this.maskedTextBox1.Text; string username

    0熱度

    1回答

    我正在使用JoeBlogs API進行XMLRPC。每次我試圖讓由ID頁面扔這個錯誤: XmlRpcPage []:元素0:結構映射到輸入XmlRpcPage:成員wp_author_id映射到Int32類型 從這個代碼。 /// <summary> /// Get the page identified by the page id. /// </summary>

    0熱度

    1回答

    我正在開發使用joeblogs wordpress API通過這個應用程序發佈到WordPress的博客的C#窗口應用程序。我已經測試了本地主機url的示例程序localhost/wordpress/xmlrpc.php,它工作正常,併成功發佈,但正如我這樣做(請參閱圖像http://i.stack.imgur.com/4LptC.jpg): http://wordpress.com/xmlrpc

    1熱度

    1回答

    我試圖用拇指圖像添加新帖子,但我仍然無法取得成功。 public static int addContent(int postType, string title, string body, string post_thumbnail, string[] categories, string[] tags, DateTime dateCreated) { Post post = set