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 ArticleEdited 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 ArticleEdited 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 ArticleEdited 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 ArticleNew 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 ArticleSource 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 ArticleCommented 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 ArticleSource code checked in, #38142
- Merging Version 0.9.2 and 0.9.3 before branching to 0.9.4.x
View ArticleSource code checked in, #38144
Creating new branch for Tweetinvi 0.9.4.x (from 0.9.3.4)
View ArticleNew 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 ArticleNew 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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