Source code checked in, #38599
Version 0.9.4.0 - Added Search Metadata fields to Tweets
View ArticleCommented 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,Comments: Associated with changeset 38599: Version 0.9.4.0- Added Search Metadata...
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 ArticleSource code checked in, #38600
Version 0.9.4.0 - Added missing files from previous checkin
View ArticleSource code checked in, #38603
Version 0.9.4.0 - Fixed tests for the SearchQueryExecutor
View ArticleCommented Feature: Add Search Metadata [2369]
Search includes metadata, give the ability to use these information.Comments: Associated with changeset 38603: Version 0.9.4.0- Fixed tests for the SearchQueryExecutor
View ArticleEdited Feature: Return full size ProfileImageUrl [2365]
Calling ProfileImageUrl returns the small PNG - 48x48px. Can you provide the capability to return the URL for the full size version.e.g Tour de France (letour) ProfileImageUrl returns...
View ArticleNew Post: GetUserTimeline(UserID)/GetUserFromScreenName always returning null
Hello Linvi, first of all thanks very much for this API. It's very useful. I'm currently having problems with GetUserTimeline(UserID)/GetUserFromScreenName. I ve tried everything, as the documentation...
View ArticleSource code checked in, #38606
Version 0.9.4.0 - Newly added RateLimits are now accessible from the RateLimit class
View ArticleCommented Task: Add new rate limits [2361]
{"rate_limit_context":{"access_token":"1577389800-c8ecF1YWfYJjFraEohBHxqv37xXDnsAOoQOP4vX"},"resources":{"lists":{"/lists/subscribers":{"limit":180,"remaining":180,"reset":1408316431},"/lists/membershi...
View ArticleEdited Task: Add new rate limits [2361]
{"rate_limit_context":{"access_token":"1577389800-c8ecF1YWfYJjFraEohBHxqv37xXDnsAOoQOP4vX"},"resources":{"lists":{"/lists/subscribers":{"limit":180,"remaining":180,"reset":1408316431},"/lists/membershi...
View ArticleSource code checked in, #38609
Version 0.9.4.0 - Added Full Size Profile ImageURL : ProfileImageFullSizeUrl
View ArticleCommented Feature: Return full size ProfileImageUrl [2365]
Calling ProfileImageUrl returns the small PNG - 48x48px. Can you provide the capability to return the URL for the full size version.e.g Tour de France (letour) ProfileImageUrl returns...
View ArticleEdited Feature: Return full size ProfileImageUrl [2365]
Calling ProfileImageUrl returns the small PNG - 48x48px. Can you provide the capability to return the URL for the full size version.e.g Tour de France (letour) ProfileImageUrl returns...
View ArticleCommented Feature: Return full size ProfileImageUrl [2365]
Calling ProfileImageUrl returns the small PNG - 48x48px. Can you provide the capability to return the URL for the full size version.e.g Tour de France (letour) ProfileImageUrl returns...
View ArticleNew Post: GetUserTimeline(UserID)/GetUserFromScreenName always returning null
When you receive null from Tweetinvi it implies that something went wrong with the query. My first guess would be that the credentials that you use are invalid. Please use the ExceptionHandler to get...
View ArticleNew Post: CreateTweetWithMedia failed sending an image
Well you can already just check if the remaining characters is bigger than 0.if (Tweet.GetTweet(20).TweetRemainingCharacters() < 0) { // The tweet is too big! }The hyperlinks are already taken into...
View ArticleNew Post: GET users/lookup?
Well there is a RateLimit for all the functions of Tweetinvi. Tweetinvi is not managing the RateLimits for you. Getting all the friend ids of a user with more than 1 million friends will need to have...
View ArticleEdited Issue: CredentialsCreator_WithCaptcha_StepByStep throws...
Hi,I think this is not the correct behavior. If you comment line 36 in ExampleInvi (the line where it sets the credentials the credentials) and then run the CredentialsCreator_WithCaptcha_StepByStep()...
View ArticleNew Post: GetUsersFromNames Value cannot be null issue
Hi Linvi Im having an issue with GetUsersFromNames always returning null. I have a function that gets a list of user names IEnumerable<string> users = connection.GetRecentUsers(); The funtion is...
View Article