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

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


Edited Task: Add radius type (kilometers vs. miles) [1950]

Can we have an overload for stream.AddLocation like this? var center = new Coordinates(lon, lan); stream.AddLocation( center, radius, RadiusType.Metric); // or RadiusType.US

View Article


Edited Issue: Update : [direct_messages/sent] [1705]

Reference : https://dev.twitter.com/docs/api/1.1/get/direct_messages/sentMethods to update :- User.GetDirectMessagesSent()Parameters to add :- since_id- max_id- count- page- include_entities

View Article

Edited Feature: Implement : [friendships/no_retweets/ids] [1710]

Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/no_retweets/idsParameters :x stringify_ids : DO NOT IMPLEMENT -> Not relevant

View Article

New Post: How to get the id of the tweet just post ?

Hi, Does anyone know how to get the twitter id of the tweet just after posting it usingTweet.PublishTweet("text of the tweet") ? TweetAsync.PublishTweetWithMedia("text of the tweet", file) ? Thanks for...

View Article


Source code checked in, #38141

Version 0.9.4.0 - Added TwitterCredentialsNullException that is thrown when requesting a Twitter API endpoint without specifying any credentials - Update the Program project to use the latest naming...

View Article

Commented Task: Throws an exception when no credentials are set [2229]

Currently Tweetinvi can fail at different time when the credentials are invalid. For the sake of developers, throw an exception informing them that they have not yet set credentials.Comments:...

View Article

Source code checked in, #38142

- Merging Version 0.9.2 and 0.9.3 before branching to 0.9.4.x

View Article


Source code checked in, #38143

Changed Release to be 0.9.3.4

View Article


Source code checked in, #38144

Creating new branch for Tweetinvi 0.9.4.x (from 0.9.3.4)

View Article

New Post: How to get the id of the tweet just post ?

Hi,var tweet = Tweet.PublishTweet("salut"); var tweet = await TweetAsync.PublishTweet("salut"); var tweetId = tweet.Id;Linvi

View Article

New Post: API Deployed in Web Hosting

Hi there, I did not actually had enough time to investigate and find a solution to this problem. I will keep you up to date tomorrow. Linvi

View Article

Commented Unassigned: Changing Locations of Running Stream causing Exception...

I am trying to change the geographical locations of a currently running filtered stream. I have read another thread on the forum on how to do this..``` public static _filteredStream =...

View Article


Commented Unassigned: Encountering 'Operation is not valid due to the current...

I took your console example of user authentication with OAuth and it worked as expected:``` var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(_consumerKey,...

View Article

New Post: How to get the remaining followers ?

All done, Thank you Linvi :D

View Article


Commented Unassigned: Encountering 'Operation is not valid due to the current...

I took your console example of user authentication with OAuth and it worked as expected:``` var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(_consumerKey,...

View Article

New Post: How to get the id of the tweet just post ?

Thanks :) I 've just tried with TweetAsync.PublishTweetWithMedia("text of the tweet", file) ... But it seems to return "1" ..., not the real id on twitter. Perhaps i need to add a certain namespace to...

View Article


New Post: Best Practise for contiguous collection

I have been using userstream and filterstream and am very impressed with the API. Thanks. This approach allows me to collect live data as it is presented on Twitter. However the problem I have is when...

View Article

New Post: How to get the id of the tweet just post ?

Works well with Tweet.PublishTweetWithMedia , so it's ok for me now. Thanks again, Seb

View Article

New Post: FilteredStream

Panic over, it seems to be working the majority of the time, although i had a colleague who had protected tweets, which it didn't seem to pick up. ?? Thanks Lee

View Article
Browsing all 4126 articles
Browse latest View live


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