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

New Post: Can you use a proxy?

Hey you gotta download the source code. Edit the file in visual studio. And compile your own dlls.

View Article


New Post: Problem publish Tweet

sorry, but the problem I think that I don't select Read/Write permissions when I registered the app in Twitter, thank a lot, it is done.

View Article


New Post: How to get tweet id of another User?

What do you mean tweet id of some other user? Latest tweet's id of some user? If yes, try this:var tweetId = User.GetUserFromScreenName("screenname").Status.Id;imlokesh

View Article

New Post: How to get tweet id of another User?

Thank you it works, but how can you get more recent tweets id of the user? Thank you

View Article

New Post: Filtered Stream if he/she follow and i follow him/her

Morning linvi, can u figured it out how to filter stream if the result follow my account? thank you..

View Article


New Post: Get photo URL from tweet

thank you imlokesh.. it's worked. :)

View Article

New Post: Filtered Stream if he/she follow and i follow him/her

i see this method: stream.AddFollow(Iuser user). what exactly value that i must fill the user variable. thanks in future.

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Home

Tweetinvi 0.9.4.0 is now released to make your life nice and easy :) Support us! Please support by joining the development team or donate with Paypal :) What's new?  About Tweetinvi  Tweetinvi an...

View Article


New Post: Hey I missing a .dll?

I trying test out some queries example , but I can't do without this namespace Tweetinvi.Core.Interfaces.DTO.QueryDTO Example: var credentials = TwitterCredentials.CreateCredentials(access_Token,...

View Article


New Post: How to get tweet id of another User?

Hi, Please use the Timeline.var tweets =Timeline.GetUserTimeline("screenName");Linvi

View Article

New Post: GetHomeTimeLine not retrieving given number of tweets

Hi, There is no problem with your code. But are you sure that in both cases there are more than 42 or 113 tweets on the account? Linvi

View Article

New Post: Filtered Stream if he/she follow and i follow him/her

Hi, I am not sure that I understand what you are willing to do. From my understanding you want to get the tweets from a specific set of users. If this is the case you can add each of the followers you...

View Article

New Post: Hey I missing a .dll?

This namespace is available when you reference the Tweetinvi.Core dll. In theory you must have this dll referenced to use Tweetinvi as all the other dll references it. Have you taken the dll's from...

View Article


Created Issue: Proxy with Password [2462]

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

View Article

Edited Issue: Proxy with Password [2462]

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

View Article


New Post: Can you use a proxy?

Hi, I think I will add this feature ;)WORK ITEM Linvi

View Article

New Post: Search API Question

Hi, Here is what I understand from your description:You have a list of keywords that you want to search thanks to the Twitter Search API. Regardless of the tweet that was searches, you want to store...

View Article


New Post: Hey I missing a .dll?

ohh, okay thanks, but how can you get all 220000

View Article

New Post: Search API Question

Hi Yes that is exactly what i want to do

View Article

New Post: Issue with filtered stream

using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using Tweetinvi; using Tweetinvi.Core.Enum; using...

View Article
Browsing all 4126 articles
Browse latest View live