Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Browsing all 4126 articles
Browse latest View live
↧

Commented Unassigned: Unable to publish in reply to [2554]

I had the above mentioned working before and all of a sudden it has stopped. My code for replying to the tweet is as follows: var newTweet = Tweet.CreateTweet(message); var result =...

View Article


Commented Unassigned: Unable to publish in reply to [2554]

I had the above mentioned working before and all of a sudden it has stopped. My code for replying to the tweet is as follows: var newTweet = Tweet.CreateTweet(message); var result =...

View Article


Commented Unassigned: Unable to publish in reply to [2554]

I had the above mentioned working before and all of a sudden it has stopped. My code for replying to the tweet is as follows: var newTweet = Tweet.CreateTweet(message); var result =...

View Article

New Post: get user latest 3000 tweets

thanks but we can't use userstram because this a web app and will be used by many people so userstream not an option , only REST API will work

View Article

Commented Issue: REST API Timeout [2546]

https://tweetinvi.codeplex.com/discussions/626398Comments: Associated with changeset 43153: Version 0.9.7.0- Improved performances and timeout by using the HttpClient for all web requests

View Article


Edited Issue: REST API Timeout [2546]

https://tweetinvi.codeplex.com/discussions/626398

View Article

New Post: get user latest 3000 tweets

Then the solution you had given is the right one. You can do the same logic as above but you specify the SinceId parameter that will allow you to not get more tweets than the one you already received....

View Article

Commented Task: Add Follow to the Account static class [2550]

Comments: ** Comment from web user: linvi ** Account implies that the operation will be performed agains the currently logged user.At the current time, Account does not store the logged in user. As...

View Article


Edited Task: Add Follow to the Account static class [2550]

Postponed

View Article


Created Feature: Account : Store the current LoggedUser [2555]

Give access to operation like Followers from Account.LoggedUser will need to be stored.

View Article

Commented Unassigned: Unable to publish in reply to [2554]

I had the above mentioned working before and all of a sudden it has stopped. My code for replying to the tweet is as follows: var newTweet = Tweet.CreateTweet(message); var result =...

View Article

New Post: REST API Timeout. Cannot see requests getting sent

Hi Linvi, I'm having some trouble getting you that information because that event doesn't seem to be firing for every type of query. I'd left it running overnight and have got a number of exceptions...

View Article

New Post: First time user

I decided to put what I needed from your API into a separate library, then I created a new wpf project. It worked perfectly. Then I used the library in my real project and it failed. There is something...

View Article


New Post: REST API Timeout. Cannot see requests getting sent

Hi, I wanted to let you know that I could not identify a problem with the Timeout property. Could you please verify that the operation is performed in the same thread as the thread in which you set the...

View Article

Created Feature: Add New Tweetinvi Event Before Query AND RateLimit Awaiter...

An event that allow a query to be stopped before the RateLimit has been checked.This event would allow to show the WebRequest in the order of their execution when using a RateLimit.The change will add...

View Article


New Post: REST API Timeout. Cannot see requests getting sent

Hi, The only WebRequest that should not raise this event should normally be the automatic requests for RateLimit when using the RateLimitAwaiter. I verified the code and I cannot see any way for a...

View Article

Image may be NSFW.
Clik here to view.

New Post: REST API Timeout. Cannot see requests getting sent

Hi Linvi, I've just got a deserialization error and the JSON was just [] I'll leave that debug code in overnight and see if there is anything other than [] causing exceptions. I assume this is Twitters...

View Article


New Post: REST API Timeout. Cannot see requests getting sent

I did not notice but you try to deserialize into a MessageDTO instead of a MessageDTO[]. The error will always occur when performing the get messages request. Linvi

View Article

New Post: TweetSearchFilters Images+ Videos

hi, I am currently using this one. var searchParameter = Search.CreateTweetSearchParameter("#quote"); searchParameter.SearchType = SearchResultType.Mixed; searchParameter.Filters =...

View Article

New Post: REST API Timeout. Cannot see requests getting sent

Thanks, that wasn't too bright of me! I've changed it now. I was surprised that I hadn't been inundated with error messages because of this, but the event hasn't fired for over an hour now. However,...

View Article
Browsing all 4126 articles
Browse latest View live