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

New Post: How get the user/creator of tweet ?

^^ well, good for you if you found the solution. By default TrimUser should be set to false, so you don't need to set it at all. Cheers, Linvi

View Article


New Post: GetTweetsFromList() Function Keeps Returning Nul

You need to use the MaxId parameter and specify the id of the oldest tweet you have received from the previous query. Cheers, Linvi

View Article


New Post: GetFriends() Function

Make sure that you are not reaching the RateLimits, have a look into the ExceptionHandler or use the RateLimit as explained in the documentation. Linvi

View Article

New Post: How to wait for limits in GetUsersFromId

Hi, I use IEnumerable<long> BloccoIE = UtentiId as IEnumerable<long>; IEnumerable<IUser> BloccoUtenti = Tweetinvi.User.GetUsersFromIds(BloccoIE); and it works, I can query multiple...

View Article

New Post: Get Reply to Specific Tweet

Hello, Most of the time, I can't get all the replies Will there be a fix? Han Swinkels

View Article


New Post: How to wait for limits in GetUsersFromId

Hi, Yes you do. Here is the documentation for rate limits https://tweetinvi.codeplex.com/documentation#RateLimits.// If you are happy to let Tweetinvi wait for the RateLimit to be available, here is...

View Article

New Post: Get Reply to Specific Tweet

I will have a look into this issue but I am not sure I will be able to do anything. Tweetinvi is always returning what Twitter is sending back from the request. Are you sure the Tweets that you are...

View Article

Closed Issue: SSLv3 is disabled by twitter because of the POODLE exploit [2438]

i am now getting the following error: "the request was aborted: could not create SSL/TLS secure channel". how do i fix this, please see with me I am new to programming.my application was working fine...

View Article


Closed Issue: Null Exception - Value cannot be null. Parameter name: source...

Hi there,I am experiencing some inconsistent behavior when utilizing the library. I am trying to retrieve tweets as so:```private IOAuthCredentials Credentials { get; set; }//class constructorpublic...

View Article


New Post: TweetSharp Vs TweetInvi get home timeline

So, we know that the API limit for retrieving home time line tweets is 3200. How are applications which use TweetSharp achieving full retrieval of a users home time line, and can the same be done with...

View Article

New Post: Problem with Tweeting

I am getting a tweet Id of -1 so I assume it is not working, but when I check with the ExceptionHandler I get a null result and yes that twitter account has read and write...

View Article

New Post: Problem with Tweeting

sorry forgot the publish statement fixed

View Article

New Post: Getting Json from twitter Stream

Hi all! I'm very new to programming and would really appreciate some help. I'm having some problem in collecting the json from the Tweetinvi real-time stream. These are my current code. namespace...

View Article


New Post: Getting Json from twitter Stream

I managed to solve it by referring to earlier threads about this. var fstream = Stream.CreateFilteredStream(); fstream.AddTrack("hello"); fstream.JsonObjectReceived += (sender, args) =>...

View Article

New Post: Get Reply to Specific Tweet

Nope they are not private. And I use MeTweets on my phone, how do they get all the replies to a tweet? Han

View Article


New Post: Show the result of streaming Api in webform.

I have found a git repository Git repo .I am beginner at this so i was unable to understand this man code. If you have some time can u plz help me understand what to use inorder to display streaming...

View Article

New Post: Tweet some text on twitter using C#

I have an web application, in which i have to post text on user's twitter account with use of their username and password. After performing R&D i able to find out the below code using var twitter =...

View Article


New Post: Get Reply to Specific Tweet

Hi, Could you please send me the TweetID you are referring to please. Cheers, Linvi

View Article

New Post: Get Reply to Specific Tweet

For this tweet it gives me 0 replies ID: 572813443549437952

View Article

New Post: TweetSharp Vs TweetInvi get home timeline

I don't think TweetSharp can get more than 3200 tweets from the user timeline. The Twitter documentation specify the limit of 3200 tweets for User Timeline...

View Article
Browsing all 4126 articles
Browse latest View live