Commented Unassigned: SetCredentials Invalid / Expire [2326]
Hi, I just did a simple test if my code works:```TwitterCredentials.SetCredentials("@CurrentPage.twitterAccessToken", "@CurrentPage.twitterAccessTokenSecret", "@CurrentPage.twitterConsumerKey",...
View ArticleCommented Issue: Encountering System.AggregateException with...
Hi Linvi,Having read a separate topic on the discussion forum about keeping streams alive (url: https://tweetinvi.codeplex.com/discussions/542898) where someone suggested using the code below to put...
View ArticleCommented Issue: Encountering System.AggregateException with...
Hi Linvi,Having read a separate topic on the discussion forum about keeping streams alive (url: https://tweetinvi.codeplex.com/discussions/542898) where someone suggested using the code below to put...
View ArticleCommented Issue: Encountering System.AggregateException with...
Hi Linvi,Having read a separate topic on the discussion forum about keeping streams alive (url: https://tweetinvi.codeplex.com/discussions/542898) where someone suggested using the code below to put...
View ArticleCommented Unassigned: I am unable to post a replay to a tweet. Here is my...
namespace Examplinvi{ class Program{ static void Main(){ TwitterCredentials.SetCredentials("2650112520-CNRXdZBjWl8khN1lbQqMOLjYSfeabxUlJDHsPqp", "R9lWbvmmrOwg0xfzRRBteF8oSRY28ymkHsTDrlffI4VfO",...
View ArticleCommented Issue: Encountering System.AggregateException with...
Hi Linvi,Having read a separate topic on the discussion forum about keeping streams alive (url: https://tweetinvi.codeplex.com/discussions/542898) where someone suggested using the code below to put...
View ArticleCommented Unassigned: SetCredentials Invalid / Expire [2326]
Hi, I just did a simple test if my code works:```TwitterCredentials.SetCredentials("@CurrentPage.twitterAccessToken", "@CurrentPage.twitterAccessTokenSecret", "@CurrentPage.twitterConsumerKey",...
View ArticleEdited Issue: SetCredentials Invalid / Expire [2326]
Hi, I just did a simple test if my code works:```TwitterCredentials.SetCredentials("@CurrentPage.twitterAccessToken", "@CurrentPage.twitterAccessTokenSecret", "@CurrentPage.twitterConsumerKey",...
View ArticleNew Post: API Deployed in Web Hosting
just wondering if you have best practices on how to deploy this in webhosting, im using cloud site in Rackspace. Also how you you keep the stream alive in mvc website project. thanks!
View ArticleCreated Unassigned: Add Extenden_Entities to Tweet Interface [2328]
Hi Linvi can you add extended_entities to the interface.https://dev.twitter.com/docs/api/multiple-media-extended-entitiesWith the current version if the tweet has more than 1 image, ITweet.Media and...
View ArticleCreated Unassigned: Changing Locations of Stream causing Exception [2329]
I am trying to change the geographical locations of a filtered stream. I have read another thread on the forum on how to do this..``` public static _filteredStream = Stream.CreateFilteredStream();...
View ArticleCommented Issue: SetCredentials Invalid / Expire [2326]
Hi, I just did a simple test if my code works:```TwitterCredentials.SetCredentials("@CurrentPage.twitterAccessToken", "@CurrentPage.twitterAccessTokenSecret", "@CurrentPage.twitterConsumerKey",...
View ArticleNew Post: How to get the remaining followers ?
My interesting user got 220,000 followers. I'll to list all of them but I can list only 75,000 ids per rate limit. Can you guide me how to list 75,001 and so on ? I don't know how to get the current...
View ArticleNew Post: API Deployed in Web Hosting
Could you please try doing an Update-Package TweetinviAPI in the Package Manager Console.is it possible that the hosting IP address was blocked in twitter api giving such result? It is possible but...
View ArticleNew Post: API Deployed in Web Hosting
I think I have the latest update as I'm getting "No updates available for 'TweetinviAPI' in project" message from console. thanks!
View ArticleNew Post: FilteredStream
I am trying to monitor a #tag been tweeted, this isn't specific to any single user, as it is the #tag I am interested in, as I have to perform some other tasks once its received. i though that by using...
View ArticleEdited Task: Add Tweet Metadata [2259]
When performing a search a Metadata field is added to the Tweet result.Provide these information within the Tweet class,
View ArticleEdited 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.
View ArticleEdited Feature: Implement : [statuses/retweets_of_me] [1690]
Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/retweets_of_meParameters to include :- count- since_id- max_id- trim_user- include_entities- include_user_entities
View Article