linq-to-twitter

    0熱度

    1回答

    我已經測試了在普通的C#控制檯應用程序,一切授權下面的代碼工作得很好: var Authorizor = new SingleUserAuthorizer() { CredentialStore = new SingleUserInMemoryCredentialStore { ConsumerKey = "conskey",

    0熱度

    1回答

    我試圖添加從我的一個應用程序發佈推文的功能。 我正在使用LinqToTwitter庫並閱讀了所有可以找到的示例,但無法使其正常工作。有人能指引我朝着正確的方向嗎? 繼承人我的代碼... Imports LinqToTwitter Imports LinqToTwitter Public Class StatusUpdate Dim consumerkey As String =

    1熱度

    1回答

    我正在使用LinqToTwitter並希望重新創建Twitter轉推功能。 我能轉推一些與這一行: var retweet = await Connection.RetweetAsync(tweetID); 但Twitter還提供possibilty添加註釋,而轉推。有沒有像Twitter一樣的機會呢? 謝謝,

    0熱度

    1回答

    在Xamarin iOS中運行我的代碼時,我收到InvalidCastException。這不會發生在.NET或Android上 - 僅適用於iOS。這裏的異常的詳細信息: 在 Microsoft.Scripting.Interpreter.EqualInstruction + EqualInt64.DoCalculate (System.Object的升,System.Object的R)[0x0

    1熱度

    1回答

    我試圖從Twitter的鳴叫,但它不跟我合作,讓鳴叫,這裏是代碼: var auth = new SingleUserAuthorizer { CredentialStore = new SingleUserInMemoryCredentialStore() { ConsumerKey = ConfigurationManager

    -1熱度

    2回答

    我正在嘗試使用新的linq2twitter版本(4.1.0),但我無法讓它工作。 我曾經使用版本2.1.11到現在,它工作得很好。 我已經打開了新的asp.net項目,這是我的代碼 你能告訴我什麼,我做錯了什麼? 「DoSingleUserAuth」工作正常。我輸入正確的令牌...... protected void Page_Load(object sender, EventArgs e)

    1熱度

    1回答

    我使用Linq2Twitter的ASP.NET Core示例中的OAuthController。 我也曾在Startup.cs配置的會話 一切正常在本地主機上,但如果我發佈到Azure的回調鏈接不起作用,並給出無效的令牌錯誤。因此,用戶可以成功地被重定向到Twitter,如果他授權的應用程序,他被重定向到: site.com/OAuth/CompleteAsync?oauth_token = ..

    1熱度

    1回答

    我想使用linq到twitter v.4進行搜索。我迄今爲止設法完成的查詢獲取用戶推文。 有沒有一種方法可以像在twitter搜索框中一樣搜索? 例如當我在瀏覽器的搜索框中輸入音樂時,會顯示所有相關的推文。 我在網上發現了這段代碼,但得到錯誤消息'StatusType'沒有包含搜索定義。 var statusTweets = from tweet in twitterContext.Search

    1熱度

    1回答

    我在使用LinqToTwitter上傳視頻時遇到問題。我有一個示例代碼,它在Console application中調用時工作正常,但在WebForms項目中使用時會掛起。 private static ulong UploadMedia() { const string path = "c:\\Temp\\video.mp4"; var authorizer = new S

    0熱度

    1回答

    我想在linqToTwitter用戶的網名來獲得用戶的電子郵件,我用這個代碼: var auth = new SingleUserAuthorizer { CredentialStore = new SingleUserInMemoryCredentialStore { ConsumerKey = "<Twitter consumer key>",