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

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

Hi, Please give me a couple of days to work on this issue. I might contact you back with some request for details. Cheers, Linvi

View Article


New Post: Searching tweets

Hi linvi,Consider my scenario of hashtag banking what kind of api should i go with is it search api or streaming api.please guide me.Thanks in advanceViswadattu

View Article


New Post: Searching tweets

Your scenario is very vagues but anyway. As you said you wanted to get tweets in live I would use the Streaming API with the FilteredStream.var fs = Stream.CreateFilteredStream();...

View Article

Reviewed: Tweetinvi 0.9.5.x (Apr 14, 2015)

Rated 5 Stars (out of 5) - Ottimo lavoro.

View Article

New Post: Searching tweets

Hi linvi, These are the two ways to tweets using tweetinvi i am using asp.net web application version .net framework 4.0First Method using filteredstream/// <summary> /// to get the tweets based...

View Article


New Post: Direct Messages

Hi, Is there a possibility in tweetinvi that i can send direct message from a paricular screenname. ie all the twitter request comes from one screen (handle) and reply to that request goes from another...

View Article

Source code checked in, #42922

Version 0.9.7.0 - Implemented AccessRevoked event in UserStream

View Article

Commented Feature: Check the Stream Update [2218]

Streams have been updated [https://dev.twitter.com/discussions/27246](https://dev.twitter.com/discussions/27246).Check which changes are required in Tweetinvi.Streams.Comments: Associated with...

View Article


Edited Feature: Check the Stream Update [2218]

Streams have been updated [https://dev.twitter.com/discussions/27246](https://dev.twitter.com/discussions/27246).Check which changes are required in Tweetinvi.Streams.

View Article


New Post: Direct Messages

I am not sure I understand what you are willing to do but yes Tweetinvi handles all the cases you might be willing to do regarding Messages.https://tweetinvi.codeplex.com/documentation#Message Linvi

View Article

New Post: Searching tweets

Well, the problem is that you want to run a background task on a website. So basically you need to find a technology allowing you to perform long operation in your server and communicate this...

View Article

New Post: Injecting IFilteredStream instance into SignalR Hub using Autofac

I know that under the hood the Tweetinvi library uses autofac for some DI bits and pieces, but I haven't been able to figure out how to inject a singleton instance of the IFilteredStream /...

View Article

New Post: Searching tweets

thanks for the great guidance you have given me helped me a lot...... Viswadattu

View Article


New Post: Twitter location

Hey, I started doing some coding using your API and I have a small question. I'm the stream part of the API, and I filter on certain words. Now I want to filter on a specific location, like a country...

View Article

New Post: Follow or create friend

Hi , How could i follow friend or user from my application using tweetinvi. please guide me. Thanks Viswadattu

View Article


New Post: Injecting IFilteredStream instance into SignalR Hub using Autofac

Hi, It has been a while that I have not worked with SignalR? Can't you simply create a Singleton within your Hub? Otherwise you should be able to register a single instance of an object like you did...

View Article

Created Unassigned: HashTags are null with Tweet with photo [2548]

Consider the following code:```//Tweet 588403629956190209://When live gives you lemons... #motivational http://t.co/YvofkvOS8Jvar tweet = Tweet.GetTweet(588403629956190209);if (tweet.Hashtags == null...

View Article


Created Unassigned: UserMentions are null with Tweet with photo [2549]

Consider the following code:```//Tweet 499237584485486593://@SwiftKey you guys make the best keyboard! Rocks both my devices. //I think Taylor should consider changing her name...

View Article

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

View Article

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

View Article
Browsing all 4126 articles
Browse latest View live