New Post: Strategy - Tweet Refresh
Sure, please use the contact form of Codeplex and I will reply to you :) Regards, Linvi
View ArticleSource code checked in, #38439
Version 0.9.4.0 - Fixed bug for GetUserFromNames that was not using the valid Twitter Endpoint
View ArticleCommented Unassigned: GetUsersFromNames - Operation is not valid due to the...
In UserFactoryQueryExecutor, GetUsersFromNames builds query string with```String.Format(Resources.User_GetUsersFromIds, userIdsParameter)```instead of```String.Format(Resources.User_GetUsersFromNames,...
View ArticleEdited Issue: GetUsersFromNames - Operation is not valid due to the current...
In UserFactoryQueryExecutor, GetUsersFromNames builds query string with```String.Format(Resources.User_GetUsersFromIds, userIdsParameter)```instead of```String.Format(Resources.User_GetUsersFromNames,...
View ArticleNew Post: CreateTweetWithMedia failed sending an image
Hi, I tested a bit more, because there was no exception - just the Publish() function returned "false". It was simply related to the length of the text: When you include an image to your tweet, you can...
View ArticleNew Post: Since no method error
tweet.Since de gives an error, Since he says it is not a method. Why could that be? (from tweet in twitterCtx.Search where tweet.Type == SearchType.Search && tweet.Query == "Kemal Kılıçdaroğlu"...
View ArticleNew Post: Iterating through retweeters
I'm making a contest where the person that has the most retweets wins a prize. And I'm using:var tweet = Tweet.GetTweet(tweetId); var retweets = Tweet.GetRetweets(tweet); But I have a few questions....
View ArticleSource code checked in, #38521
Version 0.9.4.0 - It is now possible to lookup for tweet from their ids with Tweet.GetTweets()
View ArticleCommented Feature: Get Multiple Tweets from API [2362]
https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3AidComments: Associated with changeset 38521: Version 0.9.4.0- It is now possible to lookup for tweet from their ids with Tweet.GetTweets()
View ArticleNew Post: Iterating through retweeters
Hello there,RateLimit.GetCurrentCredentialsRateLimits can be invoked 180 times every 15 minutes for a specific user account. This will give you all the rate limits associated with your current Token....
View ArticleEdited Feature: Get Multiple Tweets from API [2362]
https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3Aid
View ArticleSource code checked in, #38524
Version 0.9.4.0 - Moved Query generation for Get Tweet into the TweetQueryGenerator - It is now possible to use TweetJson.GetTweet(long id)
View ArticleCommented Issue: TweeJson : Add GetTweet [2346]
Add the ability to get the json when trying to get a tweet.Comments: Associated with changeset 38524: Version 0.9.4.0- Moved Query generation for Get Tweet into the TweetQueryGenerator- It is now...
View ArticleEdited Issue: TweeJson : Add GetTweet [2346]
Add the ability to get the json when trying to get a tweet.
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 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 ArticleNew Post: 401 Unauthorized Access a permissions issue?
Hi sorry about the delay in getting back to you guys i was away for a few days. I will install fiddler later on and have a look at exactly what is happening during the requests
View ArticleNew Post: ExecuteWebRequest throws null exception when no network connection?
I'm new to using this API, and to test error handling when trying to get credentials with no available network connection I pulled the (network) cable out of my computer and proceeded to (try to) debug...
View Article