New Post: 401 Unauthorized
UPDATE: I have changed my application type to "Read, Write, Direct Messages" and recreated tokens and 401 is gone.
View ArticleNew Post: Get all tweets with specific hashtag
Try changing your access level (dev.twitter.com/apps) to "Read/Write/DirectMessages" and recreate your token.
View ArticleNew Post: Receiving tweets from protected account(s) (via FilteredStream)
I've managed to receive "tracked" keywords from a filteredstream. I can also receive tweets from users who follow me or unprotected accounts. How can I get tweets from any user (without following)...
View ArticleNew Post: PublishRetweet object reference not set
Hi Linvi, I see what you have suggested but didnt seem to work, however i did not work and threw an exception that i can not catch for some reason, however i have got it to work by doing this instead...
View ArticleNew Post: Receiving tweets from protected account(s) (via FilteredStream)
Hi, SimpleStream receives tweets from all the users of Twitter but does not provide any filter solution over the tweets you receive. FilteredStream allows you to receive tweets from all the users using...
View ArticleNew Post: PublishRetweet object reference not set
Hi,I see what you have suggested but didnt seem to work, however i did not work It seems that I have not understand your problem in this case. I would be happy to have further look into your problem...
View ArticleNew Post: PublishRetweet object reference not set
AHA!!!! great thank you Linvi!!! Great API BTW!!! :))))))
View ArticleSource code checked in, #33885
Version 0.9.0.0 - Tested TrendsController - Tested TrendsJsonController - Tested TrendsQueryExecutor - Tested TrendsQueryGenerator
View ArticleNew Post: Receiving tweets from protected account(s) (via FilteredStream)
Hi Linvi First of all, thanks for the quick response. I’m already using FilteredStream but I could not receive anything from “protected” users. I asked the user to remove protection and tweets showed...
View ArticleNew Post: Receiving tweets from protected account(s) (via FilteredStream)
Hi, Yes I tested that and in fact you cannot retrieve tweets from protected users with the FilteredStream. If you want to get tweets from protected users, you need to follow them and have them...
View ArticleSource code checked in, #33896
Version 0.9.0.0 - Tested TweetController.PublishTweet - Tested TweetController.PublishTweetInReplyTo - Implemented files for lists to let dolgin working on the project :)
View ArticleCommented Feature: Implement : [lists/update] [1756]
Reference : https://dev.twitter.com/docs/api/1.1/post/lists/updateParameters :- list_id- slug- name- mode- description- owner_id / owner_screen_nameComments: Associated with changeset 33896: Version...
View ArticleSource code checked in, #33905
Version 0.9.0.0 - Tested TweetController.GetRetweets - Updated TimelineController to use IEnumerable<T> instead of List<T>
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 33905: Version 0.9.0.0- Tested TweetController.GetRetweets-...
View ArticleSource code checked in, #33906
Version 0.9.0.0 - Updated and Tested SearchQueryGenerator with missing Null case
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 33906: Version 0.9.0.0- Updated and Tested...
View Article