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

New Post: Getting Json from twitter Stream

Hi, Could you be more precise in your question : Can anyone tell me how can I save the JSON file for later processing? Because my answer would be 'in a database' but I don't think this is what you'd be...

View Article


New Post: Get Favourited User via Tweet

Hello, I have a tweetId and i can see the favourited user count of that tweet, but i wanna get the all favourited users of that tweet. Is it possible, is there any method for this? Thank you,

View Article


New Post: Getting Json from twitter Stream

I'm trying to save the JSON file locally but I'm having trouble coding it. Can you direct me how pls?

View Article

Commented Feature: Add a CustomParameters string to all QueryParameters [2518]

QueryParameters should all inherit from a class that contains a CustomParameter property that can be used to add Parameters that have not yet been implemented by TweetinviComments: Associated with...

View Article

New Post: Get Reply to Specific Tweet

Hi, Alright, here is the deal, I have not yet been able to find any method in the Public API that allows you to receive the replies of a specific Tweet. Therefore in version 0.9.0.0, I implemented this...

View Article


Commented Feature: Add a CustomParameters string to all QueryParameters [2518]

QueryParameters should all inherit from a class that contains a CustomParameter property that can be used to add Parameters that have not yet been implemented by TweetinviComments: Associated with...

View Article

Edited Feature: Add a CustomParameters string to all QueryParameters [2518]

QueryParameters should all inherit from a class that contains a CustomParameter property that can be used to add Parameters that have not yet been implemented by Tweetinvi

View Article

New Post: Get Reply to Specific Tweet

I understand Another question: Is there anyway I can get the tweet a tweet was in reply to? Han

View Article


Source code checked in, #42098

Version 0.9.6.0 - IQueryParameters has been renamed ITwitterQuery (same for implementation) - IQueryParameters.Query has been renamed EndpointURL - QueryExecutionEventArgs.Query has been renamed...

View Article


Source code checked in, #42106

Version 0.9.6.0 - Added CustomRequestParameters to all the existing RequestParameters, this feature allow users to add new or not implemented parameters. - Renamed Search.GenerateParameter into...

View Article

New Post: Get Reply to Specific Tweet

Have you tried the following?var tweet = Tweet.GetTweet(tweetId); if (tweet.InReplyToStatusId != null) { var sourceTweet = Tweet.GetTweet((long) tweet.InReplyToStatusId); }Linvi

View Article

New Post: Getting Json from twitter Stream

Well I would personally use a local database to store the data. Then just insert the json with all the metadata you want. After you will need to use the JsonObjectConverter to get back objects from...

View Article

New Post: Find Popular persons (maximum number of followers in a region)

Is there an API to find the maximum number of followers (aka popular persons ) in a particular region? thanks venkat,

View Article


New Post: Tweet some text on twitter using C#

I was not aware the the Authentication with Username and Password was still available to access the Twitter API. Anyway, in Tweetinvi you just specify the OAuth credentials and then use the Tweet class...

View Article

New Post: Get Reply to Specific Tweet

That works, thank you!

View Article


New Post: 401 error

I get a 401 error when trying to add my twitter app to my account. Any ideas?case "GetTokenUrl": string url = Tweetinvi.CredentialsCreator.GetAuthorizationURL(appCreds); Console.WriteLine("Auth URL: "...

View Article

Created Unassigned: Assembly load errors from HttpClientWebHelper on Mono [2519]

Hi there,When I run Tweetinvi on Mono (3.12) I get the following printout to the console:Could not load signature of Tweetinvi.WebLogic.HttpClientWebHelper:GenerateHttpClientFromWebRequest due to:...

View Article


Commented Issue: Verify Windows XP compatibility [2193]

Verify that Tweetinvi is compatible with Windows XP.Comments: ** Comment from web user: JDL666 ** I just came across Tweetinvi today.Very interesting, but since there are large significant numbers of...

View Article

New Post: errors retrieving IUsers list from ID

Dear Linvi, Let me first thank you for your great job here, I hope you could help me in understanding some features I am having problems with. I am using tweetinvi to download data about a long list of...

View Article

New Post: 75K cap in getFollowers

Dear Linvi, Let me first thank you for your great job here, I hope you could help me in understanding some features I am having problems with. A problem I am experiencing is with the cursored query to...

View Article
Browsing all 4126 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>