New Post: 401 Unauthorized Access a permissions issue?
Ok so from looking at the responses from twitter I can see Im getting the following message {"errors":[{"message":"Invalid or expired token","code":89}]} Im just trawling through google now for some...
View ArticleNew Post: 401 Unauthorized Access a permissions issue?
Ok so its seems I wasnt setting the credentials correctly. I have it working now. I was using TwitterCredentials.SetCredentials("token_AccessToken", "token_AccessTokenSecret", "token_ConsumerKey",...
View ArticleNew Post: CreateTweetWithMedia failed sending an image
Hello there, This issue was already reported and it has already been fixed in the latest version of the Source Code It will be available as part of Tweetinvi 0.9.4.0. Linvi
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
Thank you lepert, I am happy to hear that you successfully switched to the latest version of Tweetinvi and that the async credentials work like you wanted. Feel free to come back again, your input was...
View ArticleCreated Unassigned: 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: CreateTweetWithMedia failed sending an image
Hi there, thanks for the feedback. Now I found the reason for my issue: Twitter calculates 22 characters for each link, regardless how long the link is. So the calculation of max tweet lenght is: 140...
View ArticleNew Post: GET users/lookup?
Hi Linvi Firstly, thank you for Tweetinvi. i want to ask a question about GetUsersFromIds(...) function. is there any limit for this function. For example, if my userlist has 1 million userIds, does...
View ArticleSource code checked in, #38574
Version 0.9.4.0 - Implemented Timeline RetweetsOfMe, be aware that Twiter API sends result - 1 from the count parameter
View ArticleCommented 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_entitiesComments: Associated with...
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 ArticleSource code checked in, #38575
Version 0.9.4.0 - Added 2 new methods to the TwitterAccessor to give easy access to the JObject from a query
View ArticleCommented Feature: Improve TwitterAccessor [2272]
TwitterAccessor needs to provide more features notably the following :- Give access to the JObject generator- Create a model representing a queryable result set.As demonstrated in...
View ArticleEdited Feature: Improve TwitterAccessor [2272]
TwitterAccessor needs to provide more features notably the following :- Give access to the JObject generator- Create a model representing a queryable result set.As demonstrated in...
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 ArticleCreated Feature: Add Search Metadata [2369]
Search includes metadata, give the ability to use these information.
View ArticleEdited Feature: Add Search Metadata [2369]
Search includes metadata, give the ability to use these information.
View ArticleCommented Feature: Add Search Metadata [2369]
Search includes metadata, give the ability to use these information.Comments: Associated with changeset 38597: Version 0.9.4.0- Added the option to search with metadata and get extra information from...
View ArticleEdited Feature: Add Search Metadata [2369]
Search includes metadata, give the ability to use these information.
View ArticleCommented Feature: Add Search Metadata [2369]
Search includes metadata, give the ability to use these information.Comments: Associated with changeset 38598: Version 0.9.4.0- Added fields to the Search Metadata
View Article