Edited Feature: Implement chunked upload [2608]
https://dev.twitter.com/rest/reference/post/media/upload-chunked
View ArticleNew Post: Chunked upload support?
I have created a work item for this feature. (https://tweetinvi.codeplex.com/workitem/2608) Please feel free to vote on it, if you want to get notified when this is done. And do not forget to let me...
View ArticleNew Post: Chunked upload support?
Ok, I checked the upload function, and how should I link the uploaded IMedia to the tweet?
View ArticleNew Post: stream filter track matching
Hi there, So I am currently looking into this issue. But I have different questions.Post 1 If I track #tweetinvi I personally only receive the tweets containing the hashtag. I do not receive either...
View ArticleNew Post: Chunked upload support?
Here is a very simple example;var binary = newbyte[10]; var tweetWithMedia = Tweet.CreateTweetWithMedia("hello", binary); tweetWithMedia.AddMedia(binary2); var success = tweetWithMedia.Publish();You...
View ArticleNew Post: Chunked upload support?
Unfortunately no luck with both of these methods. It works for pictures/gifs but not for a video. I even tried to upload this very...
View ArticleNew Post: Chunked upload support?
Hi, I will have a look into this issue. You can get more information about the issues by working with the ExceptionHandler.// Disable Automatic Exception Handling ExceptionHandler.SwallowWebExceptions...
View ArticleNew Post: Filtered Stream Match Any with only Location
Hi there, As you might have seen through the issue notification that I have added a fix. Here is a bit of explanation on the issue. There was an issue when a tweet did not have specific gps coordinates...
View ArticleCommented Task: Remove or Update WeakEvents [2603]
https://tweetinvi.codeplex.com/discussions/640069#Comments: Associated with changeset 44766: Version 0.9.8.1- Removed WeakEvents from the application. Developers will now have the responsibility to...
View ArticleEdited Task: Remove or Update WeakEvents [2603]
https://tweetinvi.codeplex.com/discussions/640069#
View ArticleNew Post: await UserAsync.GetLoggedUser() returning null
Hi, Some times I get null when calling:UserFriends = await UserAsync.GetFriends(await UserAsync.GetLoggedUser()) Here the ex:at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task...
View ArticleNew Post: Chunked upload support?
Twitinvi.Logic.Exceptions.TwitterExceptionInfo {"request":"\/1.1\/media\/upload.json","error":"media type unrecognized."} Yep, I think mp4 can only be uploaded via chunked upload endpoint Or maybe it's...
View ArticleNew Post: Chunked upload support?
Hi, Alright, this is a work item that will be added to Tweetinvi 0.9.9.0. But I have not yet started to work on this release, so please don't expect this feature to available from nuget before the end...
View ArticleNew Post: await UserAsync.GetLoggedUser() returning null
Hi, You need to be aware that Tweetinvi is executing a WebRequest each time you invoke User.GetLoggedUser. This can be executed only 15 times in a 15 minutes timeframe. If you invoke this operation...
View ArticleNew Post: Chunked upload support?
Ok, I'm pretty fine with it. It's a new feature, I see no other libraries that support it for now :) Will wait for source
View ArticleCreated Unassigned: System.Runtime, System.Threading.Tasks reference from...
Im facing this issue with the lates verios of the tweetinvi nuget package:http://stackoverflow.com/questions/15551953/how-to-use-the-microsoft-bcl-async-rightIm not sure what is the solution in this...
View ArticleCommented Feature: Implement chunked upload [2608]
https://dev.twitter.com/rest/reference/post/media/upload-chunkedhttps://tweetinvi.codeplex.com/discussions/640413Comments: Associated with changeset 44768: Version 0.9.8.1- Made it possible for...
View ArticleNew Post: Chunked upload support?
Hi, If you use the latest source code of tweetinvi, you can upload using the following code.using System; using System.IO; using Tweetinvi; using Tweetinvi.Core.Enum; using Tweetinvi.Core.Extensions;...
View ArticleSource code checked in, #44766
Version 0.9.8.1 - Removed WeakEvents from the application. Developers will now have the responsibility to clean up their events to free the memory.
View ArticleSource code checked in, #44768
Version 0.9.8.1 - Made it possible for developers to publish a tweet with a video (still it requires advance code)
View Article